Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ setFields
Method
setFields
flow/serialize.cpp:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
struct OldStruct : public _Struct {
53
void setFields() { oldField = 1; }
54
bool isSet() const { return oldField == 1; }
55
56
template <class Archive>
Callers
1
serialize.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected