Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
def
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_path
Function · 0.90
load_instances_from_path
Function · 0.90
get_instances.py
File · 0.90
Calls
1
parse_trajectory_name
Function · 0.85
Tested by
no test coverage detected