Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ RawArg
Method
RawArg
src/cmake_generator.cpp:299–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
298
struct RawArg {
299
RawArg() = default;
300
explicit RawArg(std::string arg) : arg(std::move(arg)) {
301
}
302
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected