MCPcopy Create free account
hub / github.com/archseer/enigma / build_stacktrace

Function build_stacktrace

enigma/src/exception.rs:737–793  ·  view source on GitHub ↗

Building a symbolic representation of a saved stack trace. Note that the exception object 'exc', unless NIL, points to a cons cell which holds the given args and the quick-saved data (encoded as a bignum). If the bignum is negative, the given args is a complete stacktrace.

(process: &RcProcess, exc: Term)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

add_stacktraceFunction · 0.85

Calls 9

get_trace_from_excFunction · 0.85
is_raised_excFunction · 0.85
get_args_from_excFunction · 0.85
erts_build_mfa_itemFunction · 0.85
context_mutMethod · 0.80
is_noneMethod · 0.80
lookup_func_infoMethod · 0.80
lenMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected