MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / SubmittedTasks

Method SubmittedTasks

pkg/queue/queue.go:33–33  ·  view source on GitHub ↗

SubmittedTasks returns the numbers of submitted tasks.

()

Source from the content-addressed store, hash-verified

31 FailureTasks() int
32 // SubmittedTasks returns the numbers of submitted tasks.
33 SubmittedTasks() int
34 // SuspendingTasks returns the numbers of suspending tasks.
35 SuspendingTasks() int
36 }

Callers 2

GetQueueMetricsFunction · 0.65
SubmittedTasksMethod · 0.65

Implementers 1

queuepkg/queue/queue.go

Calls

no outgoing calls

Tested by

no test coverage detected