Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ UnixEndLine
Method
UnixEndLine
source/benchmark/environment.cpp:423–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
std::string Environment::UnixEndLine()
424
{
425
return
"\n"
;
426
}
427
428
std::string Environment::WindowsEndLine()
429
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected