Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoNewsCode/core
/ context
Method
context
config/remote/etcd/etcd.go:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(r *ETCD) context() context.Context {
91
if
r.clientConfig.Context != nil {
92
return
r.clientConfig.Context
93
}
94
return
context.Background()
95
}
Callers
2
ReadBytes
Method · 0.95
put
Function · 0.80
Calls
no outgoing calls
Tested by
1
put
Function · 0.64