StackSlot identifies a particular StackSlot.
| 75 | |
| 76 | // StackSlot identifies a particular StackSlot. |
| 77 | type StackSlot struct { |
| 78 | Stack int // Index in StackSet.Stacks |
| 79 | Pos int // Index in Stack.Sources |
| 80 | } |
| 81 | |
| 82 | // Stacks returns a StackSet for the profile in rpt. |
| 83 | func (rpt *Report) Stacks() StackSet { |
nothing calls this directly
no outgoing calls
no test coverage detected