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

Method len

wzprof.go:400–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398}
399
400func (st stackTrace) len() int {
401 return len(st.pcs)
402}
403
404func (st stackTrace) index(i int) stackFrame {
405 return stackFrame{

Callers 3

StringMethod · 0.95
CountMethod · 0.45
buildProfileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected