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

Function func_b

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

Source from the content-addressed store, hash-verified

74pub fn create_report() -> Report<RootError> {
75 #[tracing::instrument]
76 fn func_b() -> Result<(), Report<RootError>> {
77 create_error()
78 }
79
80 #[tracing::instrument]
81 fn func_a() -> Result<(), Report<RootError>> {

Callers 1

func_aFunction · 0.70

Calls 1

create_errorFunction · 0.85

Tested by

no test coverage detected