MCPcopy Create free account
hub / github.com/Snapchat/Valdi / size

Method size

valdi/src/valdi/runtime/Resources/MmapBuffer.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31size_t MmapBuffer::size() const {
32 return _size;
33}
34
35BytesView MmapBuffer::toBytesView() {
36 return BytesView(strongSmallRef(this), data(), _size);

Callers 15

storeMethod · 0.45
encryptMethod · 0.45
decryptMethod · 0.45
restoreCryptoKeyMethod · 0.45
generateCryptoKeyMethod · 0.45
getConsumerIndexMethod · 0.45
getConsumersSizeMethod · 0.45
hashVectorFunction · 0.45
getEntryForIndexMethod · 0.45
deserializeMethod · 0.45
getCSSDocumentMethod · 0.45
getModuleLoadStrategyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected