MCPcopy Create free account
hub / github.com/apache/fory / serializer_title

Function serializer_title

benchmarks/java/benchmark_report.py:237–240  ·  view source on GitHub ↗
(serializer: str)

Source from the content-addressed store, hash-verified

235
236
237def serializer_title(serializer: str) -> str:
238 if serializer.startswith("fory-codegen="):
239 return "Fory " + serializer[len("fory-") :]
240 return serializer.capitalize()
241
242
243def winner_cell(values: dict) -> str:

Callers 2

winner_cellFunction · 0.85
build_xlang_sectionFunction · 0.85

Calls 1

capitalizeMethod · 0.45

Tested by

no test coverage detected