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

Function protocolVersion

fdbrpc/sim2.actor.cpp:2285–2285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283 }
2284
2285 ProtocolVersion protocolVersion() const override { return getCurrentProcess()->protocolVersion; }
2286
2287 // time is guarded by ISimulator::mutex. It is not necessary to guard reads on the main thread because
2288 // time should only be modified from the main thread.

Callers 1

serializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected