Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ comment
Method
comment
src/cmake_generator.cpp:514–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
}
513
514
CommandEndl comment(const std::string &comment) {
515
ss << Command::indent(indent) <<
"# "
<< comment <<
'\n'
;
516
return CommandEndl(ss);
517
}
518
519
void endl() {
520
ss <<
'\n'
;
Callers
1
generate_cmake
Function · 0.80
Calls
1
CommandEndl
Class · 0.85
Tested by
no test coverage detected