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
↓ 1 callers
Function
resetActivityInfos
( batch *gocql.Batch, activityInfos map[int64]*commonpb.DataBlob, shardID int32, namespaceID string, work
common/persistence/cassandra/util.go:666
↓ 1 callers
Method
resetAttempt
()
service/history/queues/executable.go:835
↓ 1 callers
Function
resetChasmNodes
( batch *gocql.Batch, nodes map[string]p.InternalChasmNode, shardID int32, namespaceID string, workflowID
common/persistence/cassandra/util.go:953
↓ 1 callers
Function
resetChildExecutionInfos
( batch *gocql.Batch, childExecutionInfos map[int64]*commonpb.DataBlob, shardID int32, namespaceID string,
common/persistence/cassandra/util.go:796
↓ 1 callers
Method
resetConnectBackoff
(clientConnection[C])
client/history/connections.go:43
↓ 1 callers
Function
resetRequestCancelInfos
( batch *gocql.Batch, requestCancelInfos map[int64]*commonpb.DataBlob, shardID int32, namespaceID string,
common/persistence/cassandra/util.go:861
↓ 1 callers
Function
resetSignalInfos
( batch *gocql.Batch, signalInfos map[int64]*commonpb.DataBlob, shardID int32, namespaceID string, workfl
common/persistence/cassandra/util.go:926
↓ 1 callers
Function
resetSignalRequested
( batch *gocql.Batch, signalRequested map[string]struct{}, shardID int32, namespaceID string, workflowID
common/persistence/cassandra/util.go:1055
↓ 1 callers
Method
resetStats
( stats *scheduleStats, )
service/history/queues/scheduler_monitor.go:178
↓ 1 callers
Function
resetTimerInfos
( batch *gocql.Batch, timerInfos map[string]*commonpb.DataBlob, shardID int32, namespaceID string, workfl
common/persistence/cassandra/util.go:731
↓ 1 callers
Method
resetWorkflow
( ctx context.Context, task *tasks.ResetWorkflowTask, reason string, resetPoint *workflowpb.ResetPointInfo
service/history/transfer_queue_active_task_executor.go:1739
↓ 1 callers
Method
resolveDeferredPointers
resolveDeferredPointers resolves all deferred pointers in the tree. Returns error if any deferred pointer cannot be resolved, as deferred pointers can
chasm/tree.go:2258
↓ 1 callers
Method
resolveDuplicateWorkflowID
resolveDuplicateWorkflowID determines how to resolve a duplicate workflow ID. Returns non-nil response if an action was required and completed success
service/history/api/startworkflow/api.go:412
↓ 1 callers
Method
resolveEndpoint
( ctx context.Context, ns *namespace.Namespace, args startArgs, )
chasm/lib/nexusoperation/operation_tasks.go:226
↓ 1 callers
Method
resolveSystemAlias
resolveSystemAlias resolves a system search attribute alias to its field name. It handles the `Temporal` prefix variations (e.g., "ScheduleId" and "Te
chasm/visibility.go:89
↓ 1 callers
Function
respondFailure
(t *testing.T, store mockEventStore, upd *update.Update)
service/history/workflow/update/update_test.go:1124
↓ 1 callers
Method
respondNexusTaskCompleted
( ctx context.Context, opts *options, task *workflowservice.PollNexusTaskQueueResponse, reply *workflowser
common/testing/taskpoller/taskpoller.go:210
↓ 1 callers
Method
respondNexusTaskCompletedWithOperationError
(ctx context.Context, taskToken []byte, opErr *nexus.OperationError)
tests/nexus_test_base.go:285
↓ 1 callers
Method
respondNexusTaskFailed
(ctx context.Context, taskToken []byte, he *nexus.HandlerError)
tests/nexus_test_base.go:229
↓ 1 callers
Method
respondNexusTaskFailed
( ctx context.Context, opts *options, taskToken []byte, )
common/testing/taskpoller/taskpoller.go:234
↓ 1 callers
Method
respondQueryTaskCompleted
( ctx context.Context, task *workflowservice.PollWorkflowTaskQueueResponse, reply *workflowservice.RespondQ
common/testing/taskpoller/taskpoller.go:469
↓ 1 callers
Method
respondTaskCompleted
( ctx context.Context, opts *options, task *workflowservice.PollWorkflowTaskQueueResponse, reply *workflow
common/testing/taskpoller/taskpoller.go:514
↓ 1 callers
Method
respondTaskCompleted
( ctx context.Context, opts *options, task *workflowservice.PollActivityTaskQueueResponse, reply *workflow
common/testing/taskpoller/taskpoller.go:617
↓ 1 callers
Method
respondTaskFailed
( ctx context.Context, opts *options, taskToken []byte, taskErr error, )
common/testing/taskpoller/taskpoller.go:537
↓ 1 callers
Method
respondTaskFailed
( ctx context.Context, opts *options, task *workflowservice.PollActivityTaskQueueResponse, taskErr error,
common/testing/taskpoller/taskpoller.go:640
↓ 1 callers
Method
respondToRetriedRequest
respondToRetriedRequest provides a response in case a start request is retried. NOTE: Workflow is marked as "started" even though the client re-issue
service/history/api/startworkflow/api.go:538
↓ 1 callers
Method
retryAddAfterError
(task *internalTask)
service/matching/fair_task_reader.go:344
↓ 1 callers
Method
retryAddAfterError
(task *internalTask)
service/matching/pri_task_reader.go:342
↓ 1 callers
Function
retryBehaviorAsOptionalBool
(e *nexus.HandlerError)
common/nexus/nexusrpc/failure_converter.go:202
↓ 1 callers
Function
retryBehaviorFromHeader
(header http.Header)
common/nexus/nexusrpc/client.go:454
↓ 1 callers
Method
reverseSlice
(events []*historypb.HistoryEvent)
common/persistence/history_manager.go:1031
↓ 1 callers
Method
reviveDeleted
(ctx workflow.Context)
service/worker/workerdeployment/version_workflow.go:791
↓ 1 callers
Function
rewriteComparison
rewriteComparison rewrites a single ComparisonExpr if its LHS is the synthetic ScheduleId SA.
service/worker/scheduler/schedule_id_query_rewriter.go:98
↓ 1 callers
Function
rewriteExpr
rewriteExpr recursively walks expr and rewrites ScheduleId comparison nodes in-place. Returns true if any rewriting occurred.
service/worker/scheduler/schedule_id_query_rewriter.go:75
↓ 1 callers
Function
rewriteIsExpr
rewriteIsExpr rewrites a ScheduleId IS [NOT] NULL expression to use WorkflowId. No prefix rewriting is needed for IS NULL / IS NOT NULL.
service/worker/scheduler/schedule_id_query_rewriter.go:134
↓ 1 callers
Function
routingOptions
(m *protogen.Method)
cmd/tools/protoc-gen-go-chasm/main.go:173
↓ 1 callers
Method
run
(ctx context.Context, args []string)
tools/testrunner/testrunner.go:51
↓ 1 callers
Method
run
()
service/worker/scheduler/workflow.go:252
↓ 1 callers
Method
run
run does a single run over all executions and validates them
service/worker/scanner/executions/scavenger.go:142
↓ 1 callers
Method
run
run does a single run over all executorTask queues
service/worker/scanner/taskqueue/scavenger.go:134
↓ 1 callers
Method
run
(ctx workflow.Context)
service/worker/workerdeployment/workflow.go:225
↓ 1 callers
Method
run
(ctx workflow.Context)
service/worker/workerdeployment/version_workflow.go:251
↓ 1 callers
Method
run
()
common/persistence/sql/sqlplugin/db_metrics.go:49
↓ 1 callers
Method
run
run the test case by simulating a bunch of blocked pollers, sending a final request, and verifying that it is either rate limited or not.
common/rpc/interceptor/concurrent_request_limit_test.go:144
↓ 1 callers
Function
runAction
( action Action, readerGroup *ReaderGroup, metricsHandler metrics.Handler, )
service/history/queues/mitigator.go:95
↓ 1 callers
Function
runAttempt
runAttempt runs condition in a goroutine so that an accidental call to the real test's FailNow (runtime.Goexit) terminates only this goroutine. Termi
common/testing/await/require_ctx.go:207
↓ 1 callers
Function
runBisectAnalysis
runBisectAnalysis is the top-level bisect orchestrator called from the generate command. It runs bisect for the top-N flakiest tests and returns their
tools/flakereport/bisect.go:409
↓ 1 callers
Method
runCleanups
()
common/testing/await/require_ctx_test.go:537
↓ 1 callers
Method
runClient
(b *testing.B)
common/testing/nettest/pipe_benchmark_test.go:153
↓ 1 callers
Method
runCommands
(commands []string)
tools/fairsim/sim.go:243
↓ 1 callers
Method
runEchoServer
(b *testing.B)
common/testing/nettest/pipe_benchmark_test.go:115
↓ 1 callers
Method
runGoImports
(ctx context.Context)
cmd/tools/protogen/main.go:251
↓ 1 callers
Function
runOmes
runOmes runs Omes throughput stress scenario. Retries if Omes fails due to search attribute not being ready yet. Deducts elapsed time from duration on
tests/mixedbrain/mixed_brain_test.go:148
↓ 1 callers
Function
runOneShotPoller
runOneShotPoller spawns a goroutine to call tqMgr.PollTask on the provided tqMgr. The second return value is a channel of either error or *internalTas
service/matching/physical_task_queue_manager_test.go:155
↓ 1 callers
Method
runProtogen
(ctx context.Context)
cmd/tools/protogen/main.go:230
↓ 1 callers
Method
runScript
(scriptFile string)
tools/fairsim/sim.go:220
↓ 1 callers
Method
runSweeper
runSweeper periodically removes idle queue entries from the map.
common/tasks/execution_queue_scheduler.go:216
↓ 1 callers
Method
runTests
nolint:revive,deep-exit
tools/testrunner/testrunner.go:323
↓ 1 callers
Method
runWatchLoop
runWatchLoop starts a goroutine that establishes and maintains a namespace watch. Returns the goroutine handle and a boolean indicating whether the wa
common/namespace/nsregistry/registry.go:449
↓ 1 callers
Method
runWorker
runWorker is the goroutine that processes tasks for a single execution queue. It pops tasks from the slice under the lock and executes them without th
common/tasks/execution_queue_scheduler.go:179
↓ 1 callers
Function
runtimeFaultInjector
(injector config.FaultInjector)
common/persistence/faultinjection/store_fault_generator.go:41
↓ 1 callers
Method
sanitizeActualHistoryEventsForContains
sanitizeActualHistoryEventsForContains clears EventID and Version fields from actual history events if they are not set in the FIRST expected history
common/testing/historyrequire/history_require.go:338
↓ 1 callers
Function
sanitizeAttr
(inkey string, invalue string)
common/persistence/sql/sqlplugin/mysql/session/session.go:190
↓ 1 callers
Function
sanitizeXML
sanitizeXML removes characters that are invalid in XML 1.0. Go's xml.Encoder escapes <, >, & etc., but control characters other than \t, \n, \r are no
tools/testrunner/junit.go:176
↓ 1 callers
Method
saveBuildIds
(buildIds []string, maxSearchAttributeValueSize int)
service/history/workflow/mutable_state_impl.go:3890
↓ 1 callers
Method
saveDeploymentSearchAttributes
Note: If the encoding for one of these strings fails, none of them would get saved. But we really don't expect any of the strings to be unencodable, s
service/history/workflow/mutable_state_impl.go:3953
↓ 1 callers
Function
saveHistoryIteratorState
(ctx context.Context, featureCatalog *archiver.ArchiveFeatureCatalog, historyIterator archiver.HistoryIterator
common/archiver/gcloud/history_archiver.go:375
↓ 1 callers
Function
saveHistoryIteratorState
(ctx context.Context, featureCatalog *archiver.ArchiveFeatureCatalog, historyIterator archiver.HistoryIterator
common/archiver/s3store/history_archiver.go:240
↓ 1 callers
Method
saveResult
( ctx context.Context, env hsm.Environment, ref hsm.Ref, result invocationResult, )
components/callbacks/executors.go:182
↓ 1 callers
Method
saveStartedResult
saveStartedResult transitions the operation to started in response to an async (pending) start response so it can later complete via callback.
components/nexusoperations/executors.go:458
↓ 1 callers
Method
saveUsedDeploymentVersions
(usedDeploymentVersions []string, maxSearchAttributeValueSize int)
service/history/workflow/mutable_state_impl.go:3922
↓ 1 callers
Method
saveVersionInfo
(ctx context.Context, resp *versioninfo.VersionCheckResponse)
service/frontend/version_checker.go:153
↓ 1 callers
Function
scalerSubtractPollCounts
Returns "a - b" per-key, removing zeros.
tests/partition_scaling_test.go:381
↓ 1 callers
Function
scalingGroupsToUpsertUpdates
(scalingGroups map[string]*computepb.ComputeConfigScalingGroup)
service/worker/workerdeployment/compute_util.go:97
↓ 1 callers
Method
scheduleRefresh
(nextEvent int64)
common/membership/ringpop/service_resolver.go:314
↓ 1 callers
Method
scheduleTask
scheduleTask schedules a BackfillerTask at the given time.
chasm/lib/scheduler/backfiller.go:64
↓ 1 callers
Function
schemaFileEnding
(schemaName string)
tools/common/schema/handler.go:115
↓ 1 callers
Function
sdkClientNameHeadersInjectorInterceptor
Overwrite the 'client-name' and 'client-version' headers on gRPC requests sent using the Go SDK so they clearly indicate that the request is coming fr
common/sdk/factory.go:130
↓ 1 callers
Function
sealMutableState
(t *testing.T, mutableState historyi.MutableState, lastEvent *historypb.HistoryEvent)
service/history/workflow/workflow_test/mutable_state_impl_test.go:356
↓ 1 callers
Function
searchCache
(cache *schedulespb.NextTimeCache, after time.Time)
service/worker/scheduler/workflow.go:570
↓ 1 callers
Method
selectAllFromNamespace
( ctx context.Context, filter sqlplugin.NamespaceFilter, )
common/persistence/sql/sqlplugin/postgresql/namespace.go:109
↓ 1 callers
Method
selectAllFromNamespace
( ctx context.Context, filter sqlplugin.NamespaceFilter, )
common/persistence/sql/sqlplugin/mysql/namespace.go:122
↓ 1 callers
Method
selectAllFromNamespace
( ctx context.Context, filter sqlplugin.NamespaceFilter, )
common/persistence/sql/sqlplugin/sqlite/namespace.go:122
↓ 1 callers
Method
selectFromNamespace
( ctx context.Context, filter sqlplugin.NamespaceFilter, )
common/persistence/sql/sqlplugin/postgresql/namespace.go:81
↓ 1 callers
Method
selectFromNamespace
( ctx context.Context, filter sqlplugin.NamespaceFilter, )
common/persistence/sql/sqlplugin/mysql/namespace.go:94
↓ 1 callers
Method
selectFromNamespace
( ctx context.Context, filter sqlplugin.NamespaceFilter, )
common/persistence/sql/sqlplugin/sqlite/namespace.go:94
↓ 1 callers
Method
selectFromTaskQueues
( ctx context.Context, filter sqlplugin.TaskQueuesFilter, v sqlplugin.MatchingTaskVersion, )
common/persistence/sql/sqlplugin/postgresql/task_queues.go:92
↓ 1 callers
Method
selectFromTaskQueues
( ctx context.Context, filter sqlplugin.TaskQueuesFilter, v sqlplugin.MatchingTaskVersion, )
common/persistence/sql/sqlplugin/mysql/task_queues.go:92
↓ 1 callers
Method
selectFromTaskQueues
( ctx context.Context, filter sqlplugin.TaskQueuesFilter, v sqlplugin.MatchingTaskVersion, )
common/persistence/sql/sqlplugin/sqlite/task_queues.go:92
↓ 1 callers
Function
sendFailureNotification
(webhookURL, runID, refName, sha, repo string, err error)
tools/flakereport/flakereport.go:389
↓ 1 callers
Method
sendSignalAndProcessWFT
nolint:staticcheck // SA1019 TaskPoller replacement needs to be done holistically.
tests/reset_workflow_test.go:435
↓ 1 callers
Method
sendUpdateAndProcessWFT
nolint:staticcheck // SA1019 TaskPoller replacement needs to be done holistically.
tests/reset_workflow_test.go:451
↓ 1 callers
Function
sequentialBatchableTaskQueueCompareLess
(this *batchedTask, that *batchedTask)
service/history/replication/sequential_batch_queue.go:115
↓ 1 callers
Method
serializeAppendRawHistoryNodesRequest
( ctx context.Context, request *AppendRawHistoryNodesRequest, )
common/persistence/history_manager.go:412
↓ 1 callers
Function
serializeArchivalTask
( encoder Encoder, task tasks.Task, )
common/persistence/serialization/task_serializers.go:376
↓ 1 callers
Method
serializeBackfillToken
( mutableState *persistencespb.WorkflowMutableState, dbRecordVersion int64, dbHistorySize int64, existsInD
service/history/ndc/mutable_state_initializer.go:210
↓ 1 callers
Method
serializeCollectionNode
()
chasm/tree.go:1191
↓ 1 callers
Method
serializeComponentNode
()
chasm/tree.go:810
↓ 1 callers
Method
serializeComponentState
( state proto.Message, )
service/history/chasm_engine_test.go:1983
↓ 1 callers
Method
serializeDataNode
()
chasm/tree.go:1171
← previous
next →
12,801–12,900 of 43,335, ranked by callers