ReadonlyhasWhether this operation's config object literal has an optimistic key at all -- structurally always false for a getter/subscription, since GetterDefinition/SubscriptionDefinition never declare one.
ReadonlyhasWhether this operation's config object literal has a processor key at all.
ReadonlynameThe operation's key name.
One operation's statically-detected presence of a
processor/optimistickey on its config object literal -- a structural AST-key-presence check, the same techniqueextractOperationWritesalready uses forwrites, never an evaluation of what the function actually does (ADR 0002 stays fully honored: this can tell aprocessorkey exists without knowing anything about what it computes). See ADR 0050.