Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ Buffer
Method
Buffer
valdi/src/valdi/runtime/Debugger/TCPConnectionImpl.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
class Buffer : public SharedPtrRefCountable {
20
public:
21
Buffer() : _array(ObjectPool<std::array<Byte, kBufferSize>>::get().getOrCreate(&cleanUpBuffer)) {}
22
23
~Buffer() override = default;
24
Callers
1
valueToTypedArray
Method · 0.80
Calls
2
getOrCreate
Method · 0.80
get
Function · 0.50
Tested by
no test coverage detected