Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ contains
Method
contains
src/project_parser.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool contains(const toml::key &ky) {
122
visit(ky);
123
return m_v.contains(ky);
124
}
125
126
const TomlBasicValue &find(const toml::key &ky) {
127
visit(ky);
Callers
8
generate_cmake
Function · 0.45
optional
Method · 0.45
visisted
Method · 0.45
check
Method · 0.45
contains
Method · 0.45
check
Method · 0.45
Project
Method · 0.45
is_root_path
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected