Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
size_t MmapBuffer::size() const {
32
return _size;
33
}
34
35
BytesView MmapBuffer::toBytesView() {
36
return BytesView(strongSmallRef(this), data(), _size);
Callers
15
store
Method · 0.45
encrypt
Method · 0.45
decrypt
Method · 0.45
restoreCryptoKey
Method · 0.45
generateCryptoKey
Method · 0.45
getConsumerIndex
Method · 0.45
getConsumersSize
Method · 0.45
hashVector
Function · 0.45
getEntryForIndex
Method · 0.45
deserialize
Method · 0.45
getCSSDocument
Method · 0.45
getModuleLoadStrategy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected