MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / get_name

Function get_name

codeclash/utils/generate_confs.py:105–106  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

103
104
105def get_name(p):
106 return p["model_name"].split("/")[-1]
107
108
109def robocode_adjustments(config: dict, record_ratio: float):

Callers 3

mainFunction · 0.90
get_configFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected