MCPcopy Create free account
hub / github.com/hashintel/hash / setup_backtrace

Function setup_backtrace

libs/error-stack/tests/test_debug.rs:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31#[cfg(not(feature = "backtrace"))]
32fn setup_backtrace() {
33 std::env::set_var("RUST_LIB_BACKTRACE", "0");
34}
35
36#[cfg(feature = "backtrace")]
37fn setup_backtrace() {

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected