MCPcopy Create free account
hub / github.com/OCEChain/OCEChain / Context

Struct Context

types/context.go:26–32  ·  view source on GitHub ↗

* The intent of Context is for it to be an immutable object that can be cloned and updated cheaply with WithValue() and passed forward to the next decorator or handler. For example, func MsgHandler(ctx Context, tx Tx) Result { ... ctx = ctx.WithValue(key, value) ... } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected