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

Method beginKey

fdbclient/include/fdbclient/WriteMap.h:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 ExtStringRef beginKey() const { return ExtStringRef(entry().key, offset && entry().stack.size()); }
175 ExtStringRef endKey() const { return offset ? nextEntry().key : ExtStringRef(entry().key, 1); }
176
177 OperationStack const& op() const {

Callers

nothing calls this directly

Calls 2

ExtStringRefClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected