Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ lockBytes
Method
lockBytes
valdi_core/src/valdi_core/cpp/Utils/BitmapWithBuffer.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void* BitmapWithBuffer::lockBytes() {
26
return const_cast<Valdi::Byte*>(_buffer.data());
27
}
28
29
void BitmapWithBuffer::unlockBytes() {}
30
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected