Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
type
CallStacker
interface
{
31
GetCallStack() *CallStack
32
}
33
34
type
CallStack
struct
{
35
Stacks []uintptr
Callers
1
GetCallStacks
Function · 0.65
Implementers
1
ontError
errors/onterror.go
Calls
no outgoing calls
Tested by
no test coverage detected