Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ serialize
Method
serialize
flow/serialize.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
template <class Archive>
57
void serialize(Archive& ar) {
58
serializer(ar, oldField);
59
}
60
};
61
62
struct NewStruct : public _Struct {
Callers
1
serialize.cpp
File · 0.45
Calls
1
serializer
Function · 0.85
Tested by
no test coverage detected