Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ String
Method
String
src/go/plugin/framework/functions/manager_flow_test.go:44–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(s *safeBuffer) String() string {
45
s.mu.Lock()
46
defer
s.mu.Unlock()
47
return
s.b.String()
48
}
49
50
func
newFlowManager() (*Manager, *safeBuffer) {
51
mgr := NewManager()
Callers
2
TestManager_FlowScenarios
Function · 0.45
TestManager_WorkerPoolConcurrencyBound
Function · 0.45
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected