Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ CallStack
Struct
CallStack
errors/callstack.go:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
type
CallStack
struct
{
35
Stacks []uintptr
36
}
37
38
func
GetCallStacks(err error) *CallStack {
39
if
err, ok := err.(CallStacker); ok {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected