* 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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected