Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ callstackFromFrames
Function
callstackFromFrames
pkg/callstack/callstack_test.go:125–131 ·
view source on GitHub ↗
(frames ...Frame)
Source
from the content-addressed store, hash-verified
123
}
124
125
func
callstackFromFrames(frames ...Frame) Callstack {
126
var
c Callstack
127
for
_, frame :=
range
frames {
128
c.PushFrame(frame)
129
}
130
return
c
131
}
Callers
1
TestCallstackFinalUserFrame
Function · 0.70
Calls
1
PushFrame
Method · 0.95
Tested by
no test coverage detected