MCPcopy Create free account
hub / github.com/Italink/ModernGraphicsEngineGuide / isSeparator

Function isSeparator

Docs/MkdocsRepair/main.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace std::filesystem;
9
10bool isSeparator(const char& ch) {
11 return ch == '\n'|| ch == ' '||ch == '\t';
12}
13
14std::string repair(const std::string& str) {
15 std::string result;

Callers 1

repairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected