MCPcopy Create free account
hub / github.com/maruel/panicparse / count

Struct count

stack/bucket.go:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41// reorder at your choosing.
42func (s *Snapshot) Aggregate(similar Similarity) *Aggregated {
43 type count struct {
44 ids []int
45 first bool
46 }
47 b := map[*Signature]*count{}
48 // O(n²). Fix eventually.
49 for _, routine := range s.Goroutines {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected