MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / index

Method index

wzprof.go:404–409  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

402}
403
404func (st stackTrace) index(i int) stackFrame {
405 return stackFrame{
406 fn: st.fns[i],
407 pc: st.pcs[i],
408 }
409}
410
411func (st stackTrace) clone() stackTrace {
412 return stackTrace{

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected