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

Function first

fdbclient/include/fdbclient/VersionedMap.h:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322template <class T>
323void first(const Reference<PTree<T>>& p, Version at, PTreeFinger<T>& f) {
324 return firstOrLastFinger<T, false>(p, at, f);
325}
326
327template <class T>
328void last(const Reference<PTree<T>>& p, Version at, PTreeFinger<T>& f) {

Callers 4

hashMethod · 0.85
char_type> formatMethod · 0.85
operator++Method · 0.85
beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected