MCPcopy Create free account
hub / github.com/akash-network/node / result

Struct result

util/runner/runner.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type result struct {
30 value interface{}
31 err error
32}
33
34func (r result) Value() interface{} {
35 return r.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected