MCPcopy 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
25void* BitmapWithBuffer::lockBytes() {
26 return const_cast<Valdi::Byte*>(_buffer.data());
27}
28
29void BitmapWithBuffer::unlockBytes() {}
30

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected