MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / Close

Method Close

internal/utils/service.go:75–80  ·  view source on GitHub ↗

Close 关闭

()

Source from the content-addressed store, hash-verified

73
74// Close 关闭
75func (this *ServiceManager) Close() error {
76 if this.fp != nil {
77 return this.fp.Close()
78 }
79 return nil
80}
81
82// 重置Root
83func (this *ServiceManager) resetRoot() {

Callers 3

InstallMethod · 0.95
StartMethod · 0.95
UninstallMethod · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected