Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
def
get_name(p):
106
return
p[
"model_name"
].split(
"/"
)[-1]
107
108
109
def
robocode_adjustments(config: dict, record_ratio: float):
Callers
3
main
Function · 0.90
get_config
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected