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

Function get_instances

codeclash/analysis/llm_as_judge/utils.py:94–96  ·  view source on GitHub ↗
(input_folder: Path)

Source from the content-addressed store, hash-verified

92
93
94def get_instances(input_folder: Path) -> list[Instance]:
95 trajectories = input_folder.rglob("*.traj.json")
96 return [parse_trajectory_name(trajectory) for trajectory in trajectories]

Callers 3

load_instances_from_pathFunction · 0.90
load_instances_from_pathFunction · 0.90
get_instances.pyFile · 0.90

Calls 1

parse_trajectory_nameFunction · 0.85

Tested by

no test coverage detected