MCPcopy
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
66func (this *TankContext) Cleanup() {
67 for _, bean := range this.BeanMap {
68 bean.Cleanup()
69 }
70}
71
72// can serve as http server.
73func (this *TankContext) ServeHTTP(writer http.ResponseWriter, request *http.Request) {

Callers

nothing calls this directly

Calls 1

CleanupMethod · 0.65

Tested by

no test coverage detected