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

Method context

client.go:288–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (c *Client) context() context.Context {
289 c.ctxMu.Lock()
290 defer c.ctxMu.Unlock()
291 return c.ctx
292}
293
294func (c *Client) authCopy() *Auth {
295 c.authMu.Lock()

Callers 1

newRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected