Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ ActiveCount
Method
ActiveCount
tools/bash/background.go:76–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
return
count
76
}
77
78
func
(m *BackgroundManager) ActiveCount() int {
79
m.mu.Lock()
80
defer
m.mu.Unlock()
81
return
m.activeCountLocked()
82
}
83
Callers
1
executeBackground
Method · 0.80
Calls
1
activeCountLocked
Method · 0.95
Tested by
no test coverage detected