MCPcopy Create free account
hub / github.com/apple/foundationdb / insert

Method insert

flow/IndexedSet.cpp:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 map s;
229
230 void insert(K const& k) { s.insert(K(k), 1); }
231 const_result find(K const& k) const { return s.find(k); }
232 result find(K const& k) { return s.find(k); }
233 const_result not_found() const { return s.end(); }

Callers 1

IndexedSet.cppFile · 0.45

Calls 1

KFunction · 0.85

Tested by

no test coverage detected