Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
using namespace std::filesystem;
9
10
bool isSeparator(const char& ch) {
11
return ch ==
'\n'
|| ch ==
' '
||ch ==
'\t'
;
12
}
13
14
std::string repair(const std::string& str) {
15
std::string result;
Callers
1
repair
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected