MCPcopy
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
52func Remove(cfg *agent.AgentConfig) {
53 agentPool.Delete(cfg.Addr)
54}
55
56func RemoveAll() {
57 agentPool.Clear()

Callers 1

verifyStartNewAgentFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected