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

Method type

fdbserver/workloads/UDPWorkload.actor.cpp:112–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 Type type() const {
113 switch (_type) {
114 case 0:
115 return Type::PING;
116 case 1:
117 return Type::PONG;
118 default:
119 UNSTOPPABLE_ASSERT(false);
120 }
121 }
122
123 template <class Ar>
124 void serialize(Ar& ar) {

Callers 6

setupSimulatedSystemFunction · 0.45
toml_to_stringFunction · 0.45
_receiverMethod · 0.45

Calls

no outgoing calls

Tested by 1

toml_to_stringFunction · 0.36