MCPcopy Index your code
hub / github.com/koding/kite / closerFunc

FuncType closerFunc

kite.go:531–531  ·  view source on GitHub ↗
func() []error

Source from the content-addressed store, hash-verified

529}
530
531type closerFunc func() []error
532
533func (fn closerFunc) Close() error {
534 errs := fn()

Callers 1

CloserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected