Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dim-an/cod
/ Close
Method
Close
application.go:55–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(a *applicationImpl) Close() {
56
if
a.client != nil {
57
err := a.client.Close()
58
verifyFatal(err)
59
}
60
}
Callers
nothing calls this directly
Calls
2
verifyFatal
Function · 0.85
Close
Method · 0.65
Tested by
no test coverage detected