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

Method count

wzprof.go:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344}
345
346func (sc *stackCounter) count() int64 {
347 return sc.value[0]
348}
349
350func (sc *stackCounter) total() int64 {
351 return sc.value[1]

Callers 3

StringMethod · 0.95
assertStackCountFunction · 0.80
snapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

assertStackCountFunction · 0.64