Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
288
func
(c *Client) context() context.Context {
289
c.ctxMu.Lock()
290
defer
c.ctxMu.Unlock()
291
return
c.ctx
292
}
293
294
func
(c *Client) authCopy() *Auth {
295
c.authMu.Lock()
Callers
1
newRequest
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected