Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ required
Method
required
src/project_parser.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
template <typename T>
116
void required(const toml::key &ky, T &destination) {
117
destination = toml::find<T>(m_v, ky);
118
visit(ky);
119
}
120
121
bool contains(const toml::key &ky) {
122
visit(ky);
Callers
1
Project
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected