Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ NewManager
Function
NewManager
internal/utils/agents/manager.go:42–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
NewManager() *Manager {
43
return
&Manager{
44
ipMap:
map
[string]string{},
45
}
46
}
47
48
func
(this *Manager) SetDB(db DB) {
49
this.db = db
Callers
2
TestNewManager
Function · 0.92
manager.go
File · 0.70
Calls
no outgoing calls
Tested by
1
TestNewManager
Function · 0.74