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

Method size

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

Source from the content-addressed store, hash-verified

62 const RYWMutation& at(int n) const { return (n == 0) ? singletonOperation : optionalOperations.get()[n - 1]; }
63
64 int size() const { return defaultConstructed ? 0 : hasVector() ? optionalOperations.get().size() + 1 : 1; }
65
66 bool operator==(const OperationStack& r) const;
67};

Callers 2

beginKeyMethod · 0.45
keyAtBeginMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected