Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/panjf2000/ants
/ len
Method
len
worker_stack.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(ws *workerStack) len() int {
39
return
len(ws.items)
40
}
41
42
func
(ws *workerStack) isEmpty() bool {
43
return
len(ws.items) == 0
Callers
3
detach
Method · 0.95
refresh
Method · 0.95
reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected