Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ serialize
Method
serialize
fdbclient/BlobGranuleFiles.cpp:257–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
256
template <class Ar>
257
void serialize(Ar& ar) {
258
serializer(ar, children);
259
}
260
};
261
262
struct IndexBlockRef {
Callers
2
applyChanges
Method · 0.45
MonitorLeader.actor.cpp
File · 0.45
Calls
1
serializer
Function · 0.85
Tested by
no test coverage detected