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

Method row_fileProvider

tests/test_command_row.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void row_fileProvider() {
84 BufferProvider p(QByteArray(4, '\0'), "test.bin");
85 QString row = buildCommandRow(p, 0x140000000ULL);
86 QCOMPARE(row, QStringLiteral(" 'test.bin'\u25BE \u00B7 0x140000000"));
87 }
88
89 // ---------------------------------------------------------------
90 // Source span parsing

Callers

nothing calls this directly

Calls 1

buildCommandRowFunction · 0.85

Tested by

no test coverage detected