MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / gen_desc_zh

Function gen_desc_zh

core/utils.py:73–77  ·  view source on GitHub ↗
(value: int, desc: str)

Source from the content-addressed store, hash-verified

71 """
72
73 def gen_desc_zh(value: int, desc: str):
74 if value > 0:
75 return f"{value}{desc}"
76 else:
77 return ""
78
79 def gen_desc_en(value: int, desc: str):
80 if value > 0:

Callers 1

max_save_times_descFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected