MCPcopy 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
90func (r *ETCD) context() context.Context {
91 if r.clientConfig.Context != nil {
92 return r.clientConfig.Context
93 }
94 return context.Background()
95}

Callers 2

ReadBytesMethod · 0.95
putFunction · 0.80

Calls

no outgoing calls

Tested by 1

putFunction · 0.64