MCPcopy Create free account

hub / github.com/temporalio/temporal / functions

Functions43,335 in github.com/temporalio/temporal

↓ 4 callersMethodEncode
Encode a blob for a given task category to a human-readable format by deserializing the blob into a proto message and then pretty-printing it using pr
tools/tdbg/task_encoder.go:89
↓ 4 callersMethodEnhanceContext
EnhanceContext returns a new context with [MappedClaims] and [AuthHeader] values.
common/authorization/interceptor.go:293
↓ 4 callersMethodErr
Err returns a joined error of lr.Errors.
common/dynamicconfig/yaml_loader.go:44
↓ 4 callersFunctionErrorType
ErrorType returns a best effort guess at the most meaningful type name for the given error. If any of err's underlying errors implement TypedError, th
common/util/error_type.go:29
↓ 4 callersFunctionEventBatchesToVersionHistory
( versionHistory *historyspb.VersionHistory, eventBatches []*historypb.History, )
tests/testcore/utils.go:64
↓ 4 callersMethodEventDefinition
EventDefinition returns an [EventDefinition] for a given type and a boolean indicating whether it was found.
service/history/hsm/registry.go:275
↓ 4 callersMethodEvictSelfAt
EvictSelfAt is similar to EvictSelf but causes the change to take effect on all hosts at that absolute time (assuming it's in the future). This proces
common/membership/interfaces.go:49
↓ 4 callersFunctionExponentialBackoffAlgorithm
ExponentialBackoffAlgorithm calculates the backoff duration using exponential algorithm. The result is initInterval * (backoffCoefficient ^ (currentAt
common/backoff/retry.go:178
↓ 4 callersMethodFailed
Failed implements testlogger.TestingT.
common/testing/testlogger/testlogger_test.go:38
↓ 4 callersMethodFailoverNotificationVersion
()
common/namespace/replication_resolver.go:31
↓ 4 callersFunctionFindLCAVersionHistoryItemFromItemSlice
(versionHistoryItemsA []*historyspb.VersionHistoryItem, versionHistoryItemsB []*historyspb.VersionHistoryItem)
common/persistence/versionhistory/version_history.go:113
↓ 4 callersFunctionFirstAttemptTag
(attempt int32)
common/metrics/tags.go:259
↓ 4 callersFunctionFirstEventVersion
FirstEventVersion returns tag for FirstEventVersion
common/log/tag/tags.go:823
↓ 4 callersMethodForceUnloadTaskQueue
(ctx context.Context, request *matchingservice.ForceUnloadTaskQueueRequest)
service/matching/matching_engine_interfaces.go:33
↓ 4 callersMethodFormat
(buf *sqlparser.TrackedBuffer)
common/persistence/sql/sqlplugin/mysql/query_converter.go:46
↓ 4 callersFunctionFormatDuration
FormatDuration converts a duration into a string representation in millisecond resolution.
common/nexus/nexusrpc/api.go:279
↓ 4 callersFunctionFormatPinnedVersionNotInTaskQueueError
FormatPinnedVersionNotInTaskQueueError formats the error message when a pinned version is not present in a task queue.
common/worker_versioning/worker_versioning.go:71
↓ 4 callersFunctionFromPersistenceQueueState
( state *persistencespb.QueueState, )
service/history/queues/convert.go:34
↓ 4 callersFunctionFromPersistenceTaskKey
( key *persistencespb.TaskKey, )
service/history/queues/convert.go:97
↓ 4 callersMethodGenerateDeleteHistoryEventTask
GenerateDeleteHistoryEventTask adds a tasks.DeleteHistoryEventTask to the mutable state. This task is used to delete the history events of the workflo
service/history/workflow/task_generator.go:45
↓ 4 callersMethodGenerateEventLoadToken
(event *historypb.HistoryEvent)
service/history/interfaces/mutable_state.go:46
↓ 4 callersFunctionGenerateTemplateToFile
( tmpl string, data any, outPath string, outFileName string, )
cmd/tools/codegen/helpers.go:43
↓ 4 callersFunctionGenerateToFile
( generator func(io.Writer, T) error, generatorArg T, outPath string, outFileName string, )
cmd/tools/codegen/helpers.go:17
↓ 4 callersMethodGet
Get returns the value corresponding to the key, if it exist
common/collection/concurrent_tx_map.go:65
↓ 4 callersFunctionGetActivityScheduledEventID
( activityID string, mutableState historyi.MutableState, )
service/history/api/activity_util.go:43
↓ 4 callersMethodGetActivityTasks
()
api/historyservice/v1/request_response.pb.go:2123
↓ 4 callersMethodGetAndRemoveTimerFireEvent
( timerID string, )
service/history/historybuilder/event_store.go:603
↓ 4 callersMethodGetArchetype
()
api/adminservice/v1/request_response.pb.go:377
↓ 4 callersFunctionGetArchivalTaskTypeTagValue
( task tasks.Task, )
service/history/queues/metrics.go:175
↓ 4 callersMethodGetAuthInfo
GetAuthInfo extracts auth info from TLS info and headers. Returns nil if either the policy's claimMapper or authorizer are nil or when there is no aut
common/authorization/interceptor.go:251
↓ 4 callersMethodGetBackfillRequest
()
chasm/lib/scheduler/gen/schedulerpb/v1/message.pb.go:407
↓ 4 callersFunctionGetBackoffForNextSchedule
GetBackoffForNextSchedule calculates the backoff time for the next run given a cronSchedule, current scheduled time, and now.
common/backoff/cron.go:33
↓ 4 callersFunctionGetBeginNodeID
GetBeginNodeID gets node id from last ancestor
common/persistence/history_manager_util.go:117
↓ 4 callersFunctionGetBuildIdDeltas
GetBuildIdDeltas compares all active build ids in prev and curr sets and returns sets of added and removed build ids.
service/matching/version_sets.go:102
↓ 4 callersMethodGetChildFirstExecutionRunId
()
api/historyservice/v1/request_response.pb.go:3889
↓ 4 callersFunctionGetClientNameAndVersion
GetClientNameAndVersion extracts SDK name and version from context headers
common/headers/version_checker.go:92
↓ 4 callersMethodGetCollectionAttributes
()
api/persistence/v1/chasm.pb.go:169
↓ 4 callersMethodGetCommonServiceOptions
GetCommonServiceOptions returns an fx.Option which combines all the common dependencies for a service. Why do we need this? We are propagating depende
temporal/fx.go:393
↓ 4 callersMethodGetCompletedRequest
()
api/matchingservice/v1/request_response.pb.go:1384
↓ 4 callersMethodGetCompletionEvent
GetCompletionEvent retrieves the workflow completion event from mutable state
service/history/workflow/mutable_state_impl.go:1832
↓ 4 callersMethodGetCondition
()
common/testing/generator_interface.go:77
↓ 4 callersMethodGetCronBackoffDuration
()
service/history/interfaces/mutable_state.go:197
↓ 4 callersMethodGetCurrentRetryInterval
()
chasm/lib/activity/gen/activitypb/v1/activity_state.pb.go:507
↓ 4 callersMethodGetCustomSearchAttributesMapper
GetCustomSearchAttributesMapper is a temporary solution to be able to get search attributes with from persistence if forceSearchAttributesCacheRefresh
common/namespace/registry.go:41
↓ 4 callersMethodGetDLQService
GetDLQService returns a DLQService based on FlagDLQVersion.
tools/tdbg/dlq_service.go:55
↓ 4 callersFunctionGetEffectiveDeployment
GetEffectiveDeployment returns the effective deployment in the following order: 1. DeploymentVersionTransition.Deployment: this is returned when the w
service/history/workflow/util.go:180
↓ 4 callersMethodGetEnableRemoteClusterConnection
()
api/adminservice/v1/request_response.pb.go:2488
↓ 4 callersMethodGetEndEventId
()
api/adminservice/v1/request_response.pb.go:1337
↓ 4 callersMethodGetEndpoint
()
api/persistence/v1/nexus.pb.go:302
↓ 4 callersMethodGetExecution
()
api/matchingservice/v1/request_response.pb.go:898
↓ 4 callersMethodGetExecution
()
api/matchingservice/v1/request_response.pb.go:1069
↓ 4 callersMethodGetExecutionManager
()
service/history/shard/context_impl.go:224
↓ 4 callersMethodGetExpirationTime
()
api/cli/v1/message.pb.go:372
↓ 4 callersMethodGetExpiringCerts
(timeWindow time.Duration)
common/rpc/encryption/tls_factory.go:32
↓ 4 callersMethodGetFailoverTime
()
api/persistence/v1/namespaces.pb.go:422
↓ 4 callersMethodGetFailure
()
chasm/lib/nexusoperation/gen/nexusoperationpb/v1/operation.pb.go:840
↓ 4 callersMethodGetFairnessWeightOverrides
GetFairnessWeightOverrides returns current fairness weight overrides for this queue.
service/matching/physical_task_queue_manager_interface.go:72
↓ 4 callersMethodGetForwardInfo
()
api/matchingservice/v1/request_response.pb.go:1111
↓ 4 callersMethodGetFrontendGRPCServerOptions
()
common/rpc.go:14
↓ 4 callersMethodGetHeartbeatRequest
()
api/historyservice/v1/request_response.pb.go:2398
↓ 4 callersMethodGetHistoryBatches
()
api/adminservice/v1/request_response.pb.go:249
↓ 4 callersMethodGetHistorySuffix
()
api/history/v1/message.pb.go:65
↓ 4 callersMethodGetHostAddress
()
api/historyservice/v1/request_response.pb.go:9230
↓ 4 callersMethodGetHostId
()
api/cluster/v1/message.pb.go:241
↓ 4 callersMethodGetHostInfoProvider
GetHostInfoProvider for testing
common/resourcetest/test_resource.go:269
↓ 4 callersMethodGetInfo
()
api/adminservice/v1/request_response.pb.go:3933
↓ 4 callersMethodGetInheritedPinnedVersion
()
api/historyservice/v1/request_response.pb.go:337
↓ 4 callersMethodGetInitialVersionedTransition
()
api/persistence/v1/hsm.pb.go:104
↓ 4 callersMethodGetIsCloseTransferTaskAcked
()
api/replication/v1/message.pb.go:2017
↓ 4 callersMethodGetIsForceReplication
()
api/persistence/v1/executions.pb.go:1988
↓ 4 callersMethodGetLastCurrentTime
()
api/deployment/v1/message.pb.go:421
↓ 4 callersMethodGetLastDeactivationTime
()
api/deployment/v1/message.pb.go:428
↓ 4 callersMethodGetLastNotifiedTargetVersion
()
api/persistence/v1/executions.pb.go:1129
↓ 4 callersMethodGetLastProcessedMessageId
()
api/replication/v1/message.pb.go:361
↓ 4 callersMethodGetLastWorkerIdentity
()
chasm/lib/activity/gen/activitypb/v1/activity_state.pb.go:542
↓ 4 callersMethodGetManagerIdentity
()
api/deployment/v1/message.pb.go:3061
↓ 4 callersMethodGetMetricsHandler
()
service/history/shard/context_impl.go:2194
↓ 4 callersMethodGetNamespaceDefaultURI
()
common/archiver/archival_metadata.go:28
↓ 4 callersMethodGetNamespaceEntry
()
chasm/tree.go:210
↓ 4 callersMethodGetNamespaceTaskAttributes
()
api/replication/v1/message.pb.go:114
↓ 4 callersMethodGetNextState
( e *ArchivalConfigEvent, URIValidationFunc func(URI string) error, )
common/namespace/archival_config_state_machine.go:60
↓ 4 callersMethodGetOrCreateReader
(readerID int64)
service/history/queues/reader_group.go:90
↓ 4 callersMethodGetOrRebuildMutableState
( ctx context.Context, branchIndex int32, )
service/history/ndc/conflict_resolver.go:23
↓ 4 callersMethodGetPayload
()
api/common/v1/dlq.pb.go:172
↓ 4 callersFunctionGetPerTaskQueueFamilyScope
( handler metrics.Handler, namespaceName namespace.Name, taskQueueFamily string, config *configs.Config,
service/history/workflow/metrics.go:149
↓ 4 callersFunctionGetPerTaskQueueFamilyScope
GetPerTaskQueueFamilyScope returns "namespace" and "taskqueue" tags. "taskqueue" will be "__omitted__" if taskQueueBreakdown is false.
common/metrics/task_queues.go:13
↓ 4 callersMethodGetPollRequest
()
api/matchingservice/v1/request_response.pb.go:615
↓ 4 callersMethodGetPureTasks
()
api/persistence/v1/chasm.pb.go:283
↓ 4 callersMethodGetQueryCompletionCh
(string)
service/history/interfaces/query_register.go:22
↓ 4 callersFunctionGetRawHistory
( ctx context.Context, shardContext historyi.ShardContext, namespaceName namespace.Name, namespaceID names
service/history/api/get_history_util.go:31
↓ 4 callersMethodGetRemoveBuildIds
()
api/matchingservice/v1/request_response.pb.go:2214
↓ 4 callersMethodGetReplicationStreamRecorder
()
tests/testcore/test_cluster.go:626
↓ 4 callersMethodGetRequestMetadata
(ctx context.Context, _ ...string)
common/rpc/auth/token_credentials.go:30
↓ 4 callersMethodGetResult
()
chasm/lib/nexusoperation/gen/nexusoperationpb/v1/operation.pb.go:796
↓ 4 callersMethodGetRunId
()
api/token/v1/message.pb.go:73
↓ 4 callersMethodGetScheduleToStartTimeout
()
chasm/lib/nexusoperation/gen/nexusoperationpb/v1/operation.pb.go:356
↓ 4 callersMethodGetSchedulerState
()
chasm/lib/scheduler/gen/schedulerpb/v1/message.pb.go:563
↓ 4 callersMethodGetSecondaryVisibilityIndex
()
common/persistence/visibility/store/elasticsearch/client/config.go:77
↓ 4 callersMethodGetSideEffectTasks
()
api/persistence/v1/chasm.pb.go:276
↓ 4 callersMethodGetStartEventId
()
api/adminservice/v1/request_response.pb.go:1323
← previousnext →4,801–4,900 of 43,335, ranked by callers