Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
404
func
(st stackTrace) index(i int) stackFrame {
405
return
stackFrame{
406
fn: st.fns[i],
407
pc: st.pcs[i],
408
}
409
}
410
411
func
(st stackTrace) clone() stackTrace {
412
return
stackTrace{
Callers
1
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected