MCPcopy 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
23func (m *manager) Close() {
24 close(m.context)
25 m.cr.Stop()
26}
27
28func NewManager(c *Config) (Manager, error) {
29 m := &manager{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected