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

Function _get_base_folder_commit

git_utils.py:338–340  ·  view source on GitHub ↗

Finds commit related to copy of the base folder.

(repo: Repo)

Source from the content-addressed store, hash-verified

336
337
338def _get_base_folder_commit(repo: Repo) -> str:
339 """Finds commit related to copy of the base folder."""
340 return _get_commit_with_message(repo, BASE_FOLDER_COMMIT_MESSAGE)
341
342
343def _get_initial_commit(repo: Repo) -> str:

Callers 1

_get_commitFunction · 0.85

Calls 1

_get_commit_with_messageFunction · 0.85

Tested by

no test coverage detected