Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ format_size_value
Function
format_size_value
benchmarks/rust/benchmark_report.py:204–205 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
202
203
204
def
format_size_value(value):
205
return
str(value)
if
isinstance(value, int) and value >= 0
else
"N/A"
206
207
208
def
format_tps_tick(tps, _position):
Callers
1
write_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected