Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ Close
Method
Close
core/log/manager.go:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(m *manager) Close() {
24
close(m.context)
25
m.cr.Stop()
26
}
27
28
func
NewManager(c *Config) (Manager, error) {
29
m := &manager{
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected