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

Method row_nullProvider

tests/test_command_row.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 // ---------------------------------------------------------------
76
77 void row_nullProvider() {
78 NullProvider p;
79 QString row = buildCommandRow(p, 0);
80 QCOMPARE(row, QStringLiteral(" source\u25BE \u00B7 0x0"));
81 }
82
83 void row_fileProvider() {
84 BufferProvider p(QByteArray(4, '\0'), "test.bin");

Callers

nothing calls this directly

Calls 1

buildCommandRowFunction · 0.85

Tested by

no test coverage detected