Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ cursor
Method
cursor
cpp/fory/row/writer.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
std::shared_ptr<Buffer> &buffer() { return buffer_; }
38
39
inline uint32_t cursor() const { return buffer_->writer_index(); }
40
41
inline uint32_t size() const {
42
return buffer_->writer_index() - starting_offset_;
Callers
5
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
TEST
Function · 0.80
main
Function · 0.80
Calls
1
writer_index
Method · 0.80
Tested by
1
TEST
Function · 0.64