Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eyebluecn/tank
/ Cleanup
Method
Cleanup
code/support/tank_context.go:66–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(this *TankContext) Cleanup() {
67
for
_, bean :=
range
this.BeanMap {
68
bean.Cleanup()
69
}
70
}
71
72
// can serve as http server.
73
func
(this *TankContext) ServeHTTP(writer http.ResponseWriter, request *http.Request) {
Callers
nothing calls this directly
Calls
1
Cleanup
Method · 0.65
Tested by
no test coverage detected