Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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.
14
func
(x X) val() Frame {
15
return
caller()
16
}
17
18
// ptr returns a Frame pointing to itself.
19
func
(x *X) ptr() Frame {
Callers
1
TestFrameFormat
Function · 0.95
Calls
1
caller
Function · 0.85
Tested by
no test coverage detected