Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Clarionos/clarion
/ handle
Method
handle
tests/clio/database.cpp:142–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
const char* data() const { return _buffer.data(); }
141
bool is_dirty() const { return _dirty; }
142
db_handle handle() const { return _handle; }
143
144
void resize(uint32_t s) { _buffer.resize(s); }
145
char* data() { return _buffer.data(); }
Callers
1
db_ref
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected