MCPcopy Create free account
hub / github.com/cwida/FastLanes / Ingest

Method Ingest

src/io/external_memory.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 FLS_ASSERT_NOT_NULL_POINTER(des_p)
29 FLS_ASSERT_NOT_NULL_POINTER(src_p)
30 FLS_ASSERT_CORRECT_SZ(bsz)
31
32 std::memcpy(des_p, src_p, bsz);
33
34 des_p = des_p + bsz;
35}
36
37void ExternalMemory::Copy(std::byte* des_p, std::byte* src_p, bsz_t bsz) {
38
39 /**/
40 FLS_ASSERT_NOT_NULL_POINTER(des_p)

Callers

nothing calls this directly

Calls 3

SizeMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected