MCPcopy Create free account
hub / github.com/facebook/CacheLib / getData

Method getData

cachelib/datatype/Buffer.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void* Buffer::getData(uint32_t offset) { return data_ + offset; }
65
66const void* Buffer::getData(uint32_t offset) const { return data_ + offset; }
67

Callers 8

allocateMethod · 0.80
compactMethod · 0.80
getDataOffsetMethod · 0.80
IteratorClass · 0.80
getImplMethod · 0.80
getMethod · 0.80
TESTFunction · 0.80
getMemoryMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64