MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / testNullGenerator

Method testNullGenerator

tests/test_generator.cpp:496–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 // ── Null generator ──
495
496 void testNullGenerator() {
497 auto tree = makeSimpleStruct();
498 QString result = rcx::renderNull(tree, tree.nodes[0].id);
499 QVERIFY(result.isEmpty());
500 }
501
502 // ── Invalid root ID ──
503

Callers

nothing calls this directly

Calls 1

renderNullFunction · 0.85

Tested by

no test coverage detected