MCPcopy
hub / github.com/dropbox/godropbox / Value

Method Value

context2/context.go:117–119  ·  view source on GitHub ↗
(key interface{})

Source from the content-addressed store, hash-verified

115}
116
117func (d *deadlineStrippedCtx) Value(key interface{}) interface{} {
118 return d.wrapped.Value(key)
119}

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected