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

Function Close

kite.go:527–529  ·  view source on GitHub ↗

Close is a wrapper for Closer that calls a Close on it.

(kites interface{})

Source from the content-addressed store, hash-verified

525
526// Close is a wrapper for Closer that calls a Close on it.
527func Close(kites interface{}) error {
528 return Closer(kites).Close()
529}
530
531type closerFunc func() []error
532

Callers

nothing calls this directly

Calls 2

CloserFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected