MCPcopy Create free account
hub / github.com/koding/kite / closeContext

Method closeContext

client.go:282–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282func (c *Client) closeContext() {
283 c.ctxMu.Lock()
284 c.cancel()
285 c.ctxMu.Unlock()
286}
287
288func (c *Client) context() context.Context {
289 c.ctxMu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected