MCPcopy Create free account
hub / github.com/CPChain/chain / Output

Method Output

core/vm/logger.go:212–212  ·  view source on GitHub ↗

Output returns the VM return value captured by the trace.

()

Source from the content-addressed store, hash-verified

210
211// Output returns the VM return value captured by the trace.
212func (l *StructLogger) Output() []byte { return l.output }
213
214// WriteTrace writes a formatted trace to the given writer
215func WriteTrace(writer io.Writer, logs []StructLog) {

Callers 1

withTraceFunction · 0.95

Calls

no outgoing calls

Tested by 1

withTraceFunction · 0.76