MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / _benchmark_lookup_key

Function _benchmark_lookup_key

analysis/loader.py:338–339  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

336
337
338def _benchmark_lookup_key(name: str) -> str:
339 return "".join(character.lower() for character in name if character.isalnum())
340
341
342def _infer_arch(details: dict[str, Any], source_path: Path) -> str:

Callers 3

_load_benchmark_indexFunction · 0.85
_match_benchmark_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected