Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
func
(n *Nylon) CleanupRouter() error {
149
n.router.log = nil
150
n.router.IO = nil
151
return
nil
152
}
153
154
func
(n *Nylon) GcRouter() error {
155
RunGC(n.RouterState, n)
Callers
1
Cleanup
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected