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

Method protocolVersion

fdbclient/VersionVector.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 Arena& _arena;
29 Arena& arena() { return _arena; }
30 ProtocolVersion protocolVersion() const { return g_network->protocolVersion(); }
31 uint8_t* allocate(size_t size) { return new (_arena) uint8_t[size]; }
32};
33

Callers 12

decodeKeyServersValueFunction · 0.45
decodeServerKeysValueFunction · 0.45
decodeServerTagValueFunction · 0.45
decodeServerListValueFunction · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
EventClass · 0.45
serializeMethod · 0.45
loadFunction · 0.45
saveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected