MCPcopy Create free account
hub / github.com/temporalio/temporal / IsEmpty

Method IsEmpty

common/tasks/sequential_task_queue.go:14–14  ·  view source on GitHub ↗

IsEmpty indicate if the task set is empty

()

Source from the content-addressed store, hash-verified

12 Remove() T
13 // IsEmpty indicate if the task set is empty
14 IsEmpty() bool
15 // Len return the size of the queue
16 Len() int
17 }

Callers 2

processTaskQueueMethod · 0.65
drainTasksMethod · 0.65

Implementers 2

SequentialTaskQueueservice/history/replication/sequential
SequentialBatchableTaskQueueservice/history/replication/sequential

Calls

no outgoing calls

Tested by

no test coverage detected