MCPcopy 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
125func callstackFromFrames(frames ...Frame) Callstack {
126 var c Callstack
127 for _, frame := range frames {
128 c.PushFrame(frame)
129 }
130 return c
131}

Callers 1

Calls 1

PushFrameMethod · 0.95

Tested by

no test coverage detected