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

Struct object

stack/stack.go:806–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804func nameArguments(goroutines []*Goroutine) {
805 // Set a name for any pointer occurring more than once.
806 type object struct {
807 args []*Arg
808 inPrimary bool
809 }
810 objects := map[uint64]object{}
811 // Enumerate all the arguments.
812 primary := true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected