Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ SharedBufferImpl
Method
SharedBufferImpl
app/src/main/cpp/utils/SharedBuffer.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
public:
21
22
SharedBufferImpl() = default;
23
24
~SharedBufferImpl() noexcept {
25
std::scoped_lock _(mMutex);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected