Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ parse_size_value
Function
parse_size_value
benchmarks/rust/benchmark_report.py:200–201 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
198
199
200
def
parse_size_value(value):
201
return
None
if
value.lower() ==
"n/a"
else
int(value)
202
203
204
def
format_size_value(value):
Callers
1
load_serialized_sizes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected