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

Function sources_nested

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

Source from the content-addressed store, hash-verified

215/// and demonstrates that the rendering algorithm works at arbitrary depth.
216#[test]
217fn sources_nested() {
218 let _guard = prepare(true);
219
220 let report = create_sources_nested();
221
222 assert_snapshot!(format!("{report:?}"));
223}
224
225#[test]
226fn sources_nested_alternate() {

Callers

nothing calls this directly

Calls 2

create_sources_nestedFunction · 0.85
prepareFunction · 0.70

Tested by

no test coverage detected