Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
struct 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
verifyData
Function · 0.45
wait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected