MCPcopy Create free account
hub / github.com/BillHuang2001/evogit / batch_read_files

Function batch_read_files

python-impl/evogit/utils/git.py:478–479  ·  view source on GitHub ↗
(config: EvoGitConfig, commits: list[str])

Source from the content-addressed store, hash-verified

476
477
478def batch_read_files(config: EvoGitConfig, commits: list[str]) -> list[str]:
479 return [read_file(config, commit) for commit in commits]
480
481
482def has_conflict(config: EvoGitConfig) -> bool:

Callers

nothing calls this directly

Calls 1

read_fileFunction · 0.85

Tested by

no test coverage detected