MCPcopy Index your code
hub / github.com/pkg/errors / val

Method val

stack_test.go:14–16  ·  view source on GitHub ↗

val returns a Frame pointing to itself.

()

Source from the content-addressed store, hash-verified

12
13// val returns a Frame pointing to itself.
14func (x X) val() Frame {
15 return caller()
16}
17
18// ptr returns a Frame pointing to itself.
19func (x *X) ptr() Frame {

Callers 1

TestFrameFormatFunction · 0.95

Calls 1

callerFunction · 0.85

Tested by

no test coverage detected