Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_calls
Method
write_calls
cpp/fory/util/buffer_test.cc:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
const std::vector<uint8_t> &data() const { return data_; }
101
uint32_t write_calls() const { return write_calls_; }
102
uint32_t flush_calls() const { return flush_calls_; }
103
104
private:
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected