Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yusing/godoxy
/ Remove
Function
Remove
internal/agentpool/pool.go:52–54 ·
view source on GitHub ↗
(cfg *agent.AgentConfig)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
Remove(cfg *agent.AgentConfig) {
53
agentPool.Delete(cfg.Addr)
54
}
55
56
func
RemoveAll() {
57
agentPool.Clear()
Callers
1
verifyStartNewAgent
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected