MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / has_commit_for_frid

Function has_commit_for_frid

git_utils.py:334–335  ·  view source on GitHub ↗
(repo_path: Union[str, os.PathLike], frid: str, module_name: Optional[str] = None)

Source from the content-addressed store, hash-verified

332
333
334def has_commit_for_frid(repo_path: Union[str, os.PathLike], frid: str, module_name: Optional[str] = None) -> bool:
335 return bool(_get_commit_with_frid(Repo(repo_path), frid, module_name))
336
337
338def _get_base_folder_commit(repo: Repo) -> str:

Callers

nothing calls this directly

Calls 1

_get_commit_with_fridFunction · 0.85

Tested by

no test coverage detected