MCPcopy Create free account
hub / github.com/encodeous/nylon / CleanupRouter

Method CleanupRouter

core/router.go:148–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148func (n *Nylon) CleanupRouter() error {
149 n.router.log = nil
150 n.router.IO = nil
151 return nil
152}
153
154func (n *Nylon) GcRouter() error {
155 RunGC(n.RouterState, n)

Callers 1

CleanupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected