MCPcopy 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
78func (m *BackgroundManager) ActiveCount() int {
79 m.mu.Lock()
80 defer m.mu.Unlock()
81 return m.activeCountLocked()
82}
83

Callers 1

executeBackgroundMethod · 0.80

Calls 1

activeCountLockedMethod · 0.95

Tested by

no test coverage detected