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

Function func_a

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

Source from the content-addressed store, hash-verified

79
80 #[tracing::instrument]
81 fn func_a() -> Result<(), Report<RootError>> {
82 func_b()
83 }
84
85 capture_error(func_a)
86}

Callers

nothing calls this directly

Calls 1

func_bFunction · 0.70

Tested by

no test coverage detected