Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 关闭
75
func
(this *ServiceManager) Close() error {
76
if
this.fp != nil {
77
return
this.fp.Close()
78
}
79
return
nil
80
}
81
82
// 重置Root
83
func
(this *ServiceManager) resetRoot() {
Callers
3
Install
Method · 0.95
Start
Method · 0.95
Uninstall
Method · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected