MCPcopy Create free account
hub / github.com/evilsocket/sum / Message

Method Message

wrapper/context.go:36–40  ·  view source on GitHub ↗

Message returns the error message for this context.

()

Source from the content-addressed store, hash-verified

34
35// Message returns the error message for this context.
36func (ctx *Context) Message() string {
37 ctx.RLock()
38 defer ctx.RUnlock()
39 return ctx.message
40}
41
42// Reset resets this context instance to a neutral state.
43func (ctx *Context) Reset() {

Callers 3

TestWrapperContextFunction · 0.95
benchVMFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestWrapperContextFunction · 0.76
benchVMFunction · 0.64