MCPcopy Create free account
hub / github.com/DNAProject/DNA / CallStacker

Interface CallStacker

errors/callstack.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type CallStacker interface {
31 GetCallStack() *CallStack
32}
33
34type CallStack struct {
35 Stacks []uintptr

Callers 1

GetCallStacksFunction · 0.65

Implementers 1

ontErrorerrors/onterror.go

Calls

no outgoing calls

Tested by

no test coverage detected