Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ StreamBufImpl
Method
StreamBufImpl
Bcore/src/main/cpp/Dobby/tests/catch.hpp:9306–9308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9304
9305
public:
9306
StreamBufImpl() {
9307
setp(data, data + sizeof(data));
9308
}
9309
9310
~StreamBufImpl() noexcept {
9311
StreamBufImpl::sync();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected