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

Function find_metadata_files

scripts/include_cost_info_in_metadata.py:14–16  ·  view source on GitHub ↗

Find all metadata.json files in the log folder.

(log_folder: Path)

Source from the content-addressed store, hash-verified

12
13
14def find_metadata_files(log_folder: Path) -> list[Path]:
15 """Find all metadata.json files in the log folder."""
16 return list(log_folder.rglob("metadata.json"))
17
18
19def extract_round_number(filename: str) -> int | None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected