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

Function tolf

src/cmake_generator.cpp:480–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478};
479
480static std::string tolf(const std::string &str) {
481 std::string result;
482 for (char ch : str) {
483 if (ch != '\r') {
484 result += ch;
485 }
486 }
487 return result;
488}
489
490struct Generator {
491 Generator(const parser::Project &project, fs::path path) : project(project), path(std::move(path)) {

Callers 1

inject_cmakeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected