Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlphaGPU/leetgpu-challenges
/ get_backend_filename
Function
get_backend_filename
scripts/update_challenges.py:69–70 ·
view source on GitHub ↗
(disk_filename: str)
Source
from the content-addressed store, hash-verified
67
68
69
def
get_backend_filename(disk_filename: str) -> str:
70
return
STARTER_FILENAME_MAP.get(disk_filename, disk_filename)
71
72
73
def
load_challenge(problem_dir: Path) -> Dict:
Callers
1
load_challenge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected