MCPcopy 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
123private:
124 template <typename Fn>

Callers 3

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected