MCPcopy 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
55func (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

verifyFatalFunction · 0.85
CloseMethod · 0.65

Tested by

no test coverage detected