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

Struct Aggregated

stack/bucket.go:27–36  ·  view source on GitHub ↗

Aggregated is a list of Bucket sorted by repetition count.

Source from the content-addressed store, hash-verified

25
26// Aggregated is a list of Bucket sorted by repetition count.
27type Aggregated struct {
28 // Snapshot is a pointer to the structure that was used to generate these
29 // buckets.
30 *Snapshot
31
32 Buckets []*Bucket
33
34 // Disallow initialization with unnamed parameters.
35 _ struct{}
36}
37
38// Aggregate merges similar goroutines into buckets.
39//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected