Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChineseSubFinder/ChineseSubFinder
/ isEmpty
Method
isEmpty
pkg/task_queue/task_queue.go:423–425 ·
view source on GitHub ↗
isEmpty 对内,无锁
()
Source
from the content-addressed store, hash-verified
421
422
// isEmpty 对内,无锁
423
func
(t *TaskQueue) isEmpty() bool {
424
return
t.taskKeyMap.Empty()
425
}
426
427
const
(
428
taskPriorityCount = 10
Callers
5
GetOneWaitingJob
Method · 0.95
GetOneDoneJob
Method · 0.95
GetJobsByStatus
Method · 0.95
GetJobsByPriorityAndStatus
Method · 0.95
GetAllJobs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected