Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ CallFrame
Struct
CallFrame
lockset/table.go:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
type
CallFrame
struct
{
26
entries [4]uintptr
27
count int
28
}
29
30
func
(cf *CallFrame) String() string {
31
frames := runtime.CallersFrames(cf.entries[:cf.count])
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected