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

Function sources_nested_alternate

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

Source from the content-addressed store, hash-verified

224
225#[test]
226fn sources_nested_alternate() {
227 let _guard = prepare(true);
228
229 let report = create_sources_nested();
230
231 assert_snapshot!(format!("{report:#?}"));
232}
233
234mod full {
235 #![cfg(all(feature = "backtrace", feature = "spantrace"))]

Callers

nothing calls this directly

Calls 2

create_sources_nestedFunction · 0.85
prepareFunction · 0.70

Tested by

no test coverage detected