Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ForEachModifiedOrCreated
Method
ForEachModifiedOrCreated
libs/search/retrieval.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
template <typename Fn>
117
void ForEachModifiedOrCreated(Fn && fn)
118
{
119
ForEach(m_modified, fn);
120
ForEach(m_created, fn);
121
}
122
123
private:
124
template <typename Fn>
Callers
3
RetrieveAddressFeaturesImpl
Function · 0.80
RetrievePostcodeFeaturesImpl
Function · 0.80
RetrieveGeometryFeaturesImpl
Function · 0.80
Calls
1
ForEach
Function · 0.85
Tested by
no test coverage detected