Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slimtoolkit/slim
/ closeAll
Function
closeAll
pkg/app/sensor/monitor/composite.go:373–377 ·
view source on GitHub ↗
(cs []io.Closer)
Source
from the content-addressed store, hash-verified
371
}
372
373
func
closeAll(cs []io.Closer) {
374
for
_, c :=
range
cs {
375
errutil.WarnOn(c.Close())
376
}
377
}
Callers
3
NewCompositeMonitor
Function · 0.85
Start
Method · 0.85
Done
Method · 0.85
Calls
2
WarnOn
Function · 0.92
Close
Method · 0.65
Tested by
no test coverage detected