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

Class TestColumnSpan

tests/test_command_row.cpp:28–32  ·  view source on GitHub ↗

-- Replicate commandRowSrcSpan for testing

Source from the content-addressed store, hash-verified

26
27// -- Replicate commandRowSrcSpan for testing
28struct TestColumnSpan {
29 int start = 0;
30 int end = 0;
31 bool valid = false;
32};
33
34static TestColumnSpan commandRowSrcSpan(const QString& lineText) {
35 int idx = lineText.indexOf(QStringLiteral(" \u00B7"));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected