MCPcopy 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
42func NewManager() *Manager {
43 return &Manager{
44 ipMap: map[string]string{},
45 }
46}
47
48func (this *Manager) SetDB(db DB) {
49 this.db = db

Callers 2

TestNewManagerFunction · 0.92
manager.goFile · 0.70

Calls

no outgoing calls

Tested by 1

TestNewManagerFunction · 0.74