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

Method isSet

flow/serialize.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52struct OldStruct : public _Struct {
53 void setFields() { oldField = 1; }
54 bool isSet() const { return oldField == 1; }
55
56 template <class Archive>
57 void serialize(Archive& ar) {

Callers 2

verifyDataFunction · 0.45
waitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected