MCPcopy 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
200def parse_size_value(value):
201 return None if value.lower() == "n/a" else int(value)
202
203
204def format_size_value(value):

Callers 1

load_serialized_sizesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected