MCPcopy Create free account
hub / github.com/build-cpp/cmkr / CommandEndl

Class CommandEndl

src/cmake_generator.cpp:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289struct CommandEndl {
290 std::stringstream &ss;
291 explicit CommandEndl(std::stringstream &ss) : ss(ss) {
292 }
293 void endl() {
294 ss << '\n';
295 }
296};
297
298struct RawArg {
299 RawArg() = default;

Callers 2

operator()Method · 0.85
commentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected