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

Method String

stack/stack.go:109–111  ·  view source on GitHub ↗

String returns Complete.

()

Source from the content-addressed store, hash-verified

107
108// String returns Complete.
109func (f *Func) String() string {
110 return f.Complete
111}
112
113// Arg is an argument on a Call.
114type Arg struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected