Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ visit
Method
visit
src/project_parser.cpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void visit(const toml::key &ky) {
132
m_visited.emplace(ky);
133
}
134
135
bool visisted(const toml::key &ky) const {
136
return m_visited.contains(ky);
Callers
1
Project
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected