MCPcopy Create free account
hub / github.com/cinit/TMoe / get

Method get

app/src/main/cpp/utils/SharedBuffer.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 [[nodiscard]] void *get() const noexcept {
35 std::scoped_lock _(mMutex);
36 return mBuffer;
37 }
38
39 [[nodiscard]] size_t size() const noexcept {
40 std::scoped_lock _(mMutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected