MCPcopy Create free account
hub / github.com/bytedance/bolt / debugString

Function debugString

bolt/core/tests/PlanNodeTest.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 int expectedEqual;
96
97 std::string debugString() const {
98 return fmt::format(
99 "order1 {} order2 {} expectedEqual {}",
100 order1.toString(),
101 order2.toString(),
102 expectedEqual);
103 }
104 } testSettings[] = {
105 {{true, true}, {true, true}, true},
106 {{true, false}, {true, false}, true},

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected