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

Method load

flow/include/flow/flat_buffers.h:1058–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056 LoadSaveHelper(const Context& context) : Context(context) {}
1057 template <class U>
1058 std::enable_if_t<is_scalar<U>> load(U& member, const uint8_t* current) {
1059 scalar_traits<U>::load(current, member, this->context());
1060 }
1061
1062 template <class U>
1063 std::enable_if_t<is_struct_like<U>> load(U& member, const uint8_t* current) {

Callers 3

operator()Method · 0.45
load_helperFunction · 0.45
loadMethod · 0.45

Calls 7

pack_sizeFunction · 0.85
load_helperFunction · 0.85
serializeFunction · 0.85
insertFunction · 0.85
moveFunction · 0.85
loadFunction · 0.70
serializeMethod · 0.45

Tested by

no test coverage detected