Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ functions
Functions
43,335 in github.com/temporalio/temporal
⨍
Functions
43,335
◇
Types & classes
5,614
↓ 246 callers
Method
GetEventType
()
api/persistence/v1/executions.pb.go:1568
↓ 244 callers
Method
DeploymentSeries
[cleanup-wv-pre-release]
common/testing/testvars/test_vars.go:231
↓ 240 callers
Method
Fatal
(msg string, tags ...tag.Tag)
common/log/interface.go:25
↓ 237 callers
Method
Finish
( flushBufferEvent bool, )
service/history/historybuilder/event_store.go:213
↓ 235 callers
Method
GetType
()
service/history/tasks/task.go:22
↓ 232 callers
Function
ProtoEqual
ProtoEqual compares two proto messages for equality using proto semantics. Options can be passed to customize comparison behavior, e.g. protorequire.I
common/testing/protorequire/require.go:46
↓ 227 callers
Method
Invoke
Invoke executes the callback logic and returns the invocation result.
chasm/lib/callback/tasks.go:66
↓ 225 callers
Method
EqualHistoryEvents
(expectedHistory string, actualHistoryEvents []*historypb.HistoryEvent)
common/testing/historyrequire/history_require.go:86
↓ 221 callers
Method
GetStatus
()
api/schedule/v1/message.pb.go:240
↓ 218 callers
Method
GetExecution
()
common/rpc/interceptor/routing_key_extractor.go:61
↓ 216 callers
Method
Fail
Fail marks the current attempt as failed without stopping it.
common/testing/await/t.go:32
↓ 215 callers
Method
GetLogger
()
service/history/interfaces/shard_context.go:46
↓ 212 callers
Method
Err
Error observes the error returned by the func passed to Go (if any). There is never any error (i.e. this function returns nil) while the goroutine is
common/goro/goro.go:65
↓ 211 callers
Function
CapturePanic
CapturePanic is used to capture panic, it will log the panic and also return the error through pointer. If the panic value is not error then a default
common/log/panic.go:15
↓ 211 callers
Function
WorkflowNamespaceID
namespace related WorkflowNamespaceID returns tag for WorkflowNamespaceID TODO: Rename to NamespaceID
common/log/tag/tags.go:189
↓ 209 callers
Method
Next
Next returns the next item and error
common/collection/iterator.go:9
↓ 207 callers
Method
GetConfig
()
service/history/interfaces/shard_context.go:44
↓ 207 callers
Method
RegisterWorkflowWithOptions
RegisterWorkflowWithOptions mocks base method.
common/testing/mocksdk/worker_mock.go:118
↓ 207 callers
Method
Stop
()
temporal/server.go:18
↓ 205 callers
Method
GetSearchAttributes
(indexName string, forceRefreshCache bool)
common/searchattribute/search_attirbute.go:20
↓ 205 callers
Function
addWorkflowTaskScheduledEvent
(ms historyi.MutableState)
service/history/history_engine_test.go:6675
↓ 204 callers
Function
DurationFromSeconds
(s int64)
common/primitives/timestamp/duration.go:37
↓ 201 callers
Function
NamespaceTag
NamespaceTag returns a new namespace tag. For timers, this also ensures that we dual emit the metric with the all tag. If a blank namespace is provide
common/metrics/tags.go:103
↓ 199 callers
Method
GetData
()
common/testing/generator_interface.go:63
↓ 198 callers
Method
Apply
Apply a history event to the state machine. Triggered during replication and workflow reset.
chasm/lib/workflow/events.go:20
↓ 198 callers
Method
Counter
Counter obtains a counter for the given name.
common/metrics/metrics.go:26
↓ 198 callers
Method
Format
(buf *sqlparser.TrackedBuffer)
common/persistence/visibility/store/query/util.go:68
↓ 198 callers
Method
Snapshot
(*persistencespb.VersionedTransition)
service/history/interfaces/chasm_tree.go:20
↓ 197 callers
Method
WithBuildIDNumber
(n int)
common/testing/testvars/test_vars.go:226
↓ 192 callers
Method
Start
(context.Context)
temporal/fx.go:1074
↓ 190 callers
Method
GetShardID
()
service/history/interfaces/shard_context.go:38
↓ 188 callers
Method
Close
Close the factory
common/persistence/client/factory.go:29
↓ 188 callers
Method
Debug
(msg string, tags ...tag.Tag)
common/log/interface.go:19
↓ 188 callers
Method
GetDeploymentName
()
api/deployment/v1/message.pb.go:73
↓ 188 callers
Method
ProtoEqual
(a proto.Message, b proto.Message)
common/testing/protoassert/assert.go:94
↓ 186 callers
Function
NewVersionHistoryItem
NewVersionHistoryItem create a new instance of VersionHistoryItem.
common/persistence/versionhistory/version_history_item.go:10
↓ 183 callers
Method
Query
(string, ...any)
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:17
↓ 180 callers
Method
SdkWorker
SdkWorker returns the SDK worker. It is lazily initialized on the first call.
tests/testcore/test_env.go:505
↓ 179 callers
Method
Add
Add request to bulk processor.
common/persistence/visibility/store/elasticsearch/processor.go:32
↓ 176 callers
Method
UpdateID
()
common/testing/testvars/test_vars.go:370
↓ 176 callers
Function
addWorkflowTaskStartedEvent
(ms historyi.MutableState, scheduledEventID int64, taskQueue, identity string)
service/history/history_engine_test.go:6680
↓ 175 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/history/ndc/workflow_mock.go:41
↓ 175 callers
Method
IsWorkflowExecutionRunning
()
service/history/workflow/update/store.go:21
↓ 175 callers
Function
String
(str string)
common/shuffle/shuffle.go:7
↓ 173 callers
Function
NewImmediateKey
(taskID int64)
service/history/tasks/key.go:30
↓ 173 callers
Method
RegisterWorkflow
RegisterWorkflow registers Workflow types provided by this worker component. Local Activities should also be registered here because they are executed
service/worker/common/interface.go:15
↓ 171 callers
Function
NewConverterError
(format string, a ...any)
common/persistence/visibility/store/query/errors.go:24
↓ 170 callers
Method
Await
Await calls fn repeatedly until all assertions pass or timeout is reached.
common/testing/parallelsuite/suite.go:108
↓ 167 callers
Method
GetTaskQueue
(ctx context.Context, request *GetTaskQueueRequest)
common/persistence/data_interfaces.go:1181
↓ 167 callers
Function
NewKey
(fireTime time.Time, taskID int64)
service/history/tasks/key.go:37
↓ 166 callers
Method
WorkerTaskQueue
WorkerTaskQueue returns the task queue name used by the SDK Worker.
tests/testcore/test_env.go:522
↓ 166 callers
Function
file_temporal_server_api_historyservice_v1_request_response_proto_rawDescGZIP
()
api/historyservice/v1/request_response.pb.go:11362
↓ 163 callers
Method
GetRequestId
()
chasm/lib/activity/frontend_test.go:18
↓ 161 callers
Method
Unmarshal
Unmarshal an object of type RoutingOptions from the protobuf v3 wire format
api/historyservice/v1/request_response.go-helpers.pb.go:14
↓ 161 callers
Method
Wait
Wait waits till the deadline for a rate limit token to allow the request to go through.
common/quotas/rate_limiter.go:33
↓ 159 callers
Function
String
Shorter helpers (aliases for the New* functions above)
common/log/tag/zap_tag.go:170
↓ 157 callers
Method
ExecuteActivity
ExecuteActivity mocks base method.
common/testing/mocksdk/client_mock.go:236
↓ 157 callers
Method
GetIndexedFields
()
api/cli/v1/message.pb.go:430
↓ 157 callers
Function
NewNoopResolver
()
common/resolver/noop_resolver.go:8
↓ 156 callers
Function
NewGlobalIntSetting
(key string, def int, description string)
common/dynamicconfig/setting_gen.go:164
↓ 155 callers
Method
GetWorkflowKey
()
service/history/interfaces/mutable_state.go:158
↓ 155 callers
Method
Parse
(query string)
common/archiver/s3store/query_parser.go:17
↓ 152 callers
Method
Add
Add push a task to the task set
common/tasks/sequential_task_queue.go:10
↓ 152 callers
Method
RegisterActivity
RegisterActivity mocks base method.
common/testing/mocksdk/worker_mock.go:46
↓ 152 callers
Method
Set
(key K, value V)
common/collection/sync_map.go:49
↓ 151 callers
Function
GetIntPropertyFn
(value int)
common/dynamicconfig/setting_gen.go:174
↓ 150 callers
Method
GetMutableState
()
service/history/ndc/workflow.go:26
↓ 148 callers
Method
GetAllClusterInfo
GetAllClusterInfo return the all cluster name -> corresponding info
common/cluster/metadata.go:56
↓ 148 callers
Method
GetWorkflowExecution
(ctx context.Context, request *GetWorkflowExecutionRequest)
common/persistence/data_interfaces.go:1127
↓ 148 callers
Method
Type
Task type that must be unique per task definition.
service/history/hsm/tasks.go:25
↓ 146 callers
Function
CloneProto
CloneProto is a generic typed version of proto.Clone from proto.
common/util.go:688
↓ 145 callers
Method
GetEventsCache
()
service/history/interfaces/shard_context.go:45
↓ 142 callers
Function
TestCloneToProto
( ctx context.Context, mutableState historyi.MutableState, )
service/history/workflow/test_util.go:89
↓ 141 callers
Method
StartCapture
StartCapture returns a started capture. StopCapture should be called on complete.
common/metrics/metricstest/capture_handler.go:67
↓ 141 callers
Method
UpdateWorkflowExecution
(ctx context.Context, request *historyservice.UpdateWorkflowExecutionRequest)
service/history/interfaces/engine.go:86
↓ 140 callers
Method
GetMetadata
GetMetadata fetches the notification version for Temporal namespaces.
common/namespace/nsregistry/registry.go:97
↓ 140 callers
Method
PollWorkflowTaskQueue
(ctx context.Context, request *matchingservice.PollWorkflowTaskQueueRequest, opMetrics metrics.Handler)
service/matching/matching_engine_interfaces.go:17
↓ 137 callers
Method
GetWorkflowExecutionInfo
()
api/cli/v1/message.pb.go:77
↓ 136 callers
Method
Deadline
A deadline for firing this task. This represents a lower bound and actual execution may get delayed if the system is overloaded or for various other r
service/history/hsm/tasks.go:30
↓ 136 callers
Method
GetEngine
(ctx context.Context)
service/history/interfaces/shard_context.go:59
↓ 136 callers
Method
GetFailure
()
api/persistence/v1/chasm.pb.go:709
↓ 136 callers
Method
Name
(name string, usage FieldNameUsage)
common/persistence/visibility/store/query/interceptors_legacy.go:5
↓ 136 callers
Function
TestGlobalMutableState
( shard historyi.ShardContext, eventsCache events.Cache, logger log.Logger, version int64, workflowID str
service/history/workflow/test_util.go:71
↓ 135 callers
Method
GetTestCluster
()
tests/testcore/test_env.go:55
↓ 134 callers
Method
WithContext
(context.Context)
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:35
↓ 133 callers
Method
OverrideDynamicConfig
(setting dynamicconfig.GenericSetting, value any)
tests/testcore/test_env.go:57
↓ 132 callers
Function
With
With returns Logger instance that prepend every log entry with tags. If logger implements WithLogger it is used, otherwise every log call will be inte
common/log/with_logger.go:16
↓ 131 callers
Function
NewCaptureHandler
NewCaptureHandler creates a new [metrics.Handler] that captures.
common/metrics/metricstest/capture_handler.go:57
↓ 131 callers
Function
NewSerializer
()
common/persistence/serialization/serializer.go:141
↓ 131 callers
Method
Sub
(subtrahend Key)
service/history/tasks/key.go:91
↓ 130 callers
Method
Clone
Clone returns a deep copy of the resolver
common/namespace/replication_resolver.go:40
↓ 129 callers
Function
GetCallerInfo
GetCallerInfo retrieves caller information from the context if exists. Empty value is returned if any piece of caller information is not specified in
common/headers/caller_info.go:156
↓ 129 callers
Method
RespondWorkflowTaskCompleted
(ctx context.Context, request *historyservice.RespondWorkflowTaskCompletedRequest)
service/history/interfaces/engine.go:36
↓ 129 callers
Method
WorkflowType
()
common/testing/testvars/test_vars.go:342
↓ 128 callers
Method
TaskQueue
()
service/matching/hooks/task_lifecycle_hooks.go:31
↓ 128 callers
Function
WorkflowNamespace
WorkflowNamespace returns tag for WorkflowNamespace
common/log/tag/tags.go:194
↓ 127 callers
Method
GetIdentity
()
api/cluster/v1/message.pb.go:64
↓ 127 callers
Method
Len
Len observes the number of incomplete (not completed or rejected) Updates in this Registry.
service/history/workflow/update/registry.go:72
↓ 127 callers
Method
SignalWorkflow
SignalWorkflow mocks base method.
common/testing/mocksdk/client_mock.go:637
↓ 126 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/history/interfaces/workflow_context_mock.go:45
← previous
next →
101–200 of 43,335, ranked by callers