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

Function func_b

libs/error-stack/tests/test_span_trace.rs:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22fn captured() {
23 #[tracing::instrument]
24 fn func_b() -> Result<(), Report<RootError>> {
25 create_error()
26 }
27
28 #[tracing::instrument]
29 fn func_a() -> Result<(), Report<RootError>> {

Callers 1

func_aFunction · 0.70

Calls 1

create_errorFunction · 0.85

Tested by

no test coverage detected