Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pkg/errors
/ ptr
Method
ptr
stack_test.go:19–21 ·
view source on GitHub ↗
ptr returns a Frame pointing to itself.
()
Source
from the content-addressed store, hash-verified
17
18
// ptr returns a Frame pointing to itself.
19
func
(x *X) ptr() Frame {
20
return
caller()
21
}
22
23
func
TestFrameFormat(t *testing.T) {
24
var
tests = []
struct
{
Callers
1
TestFrameFormat
Function · 0.95
Calls
1
caller
Function · 0.85
Tested by
no test coverage detected