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

Function _get_initial_commit

git_utils.py:343–345  ·  view source on GitHub ↗

Finds initial commit.

(repo: Repo)

Source from the content-addressed store, hash-verified

341
342
343def _get_initial_commit(repo: Repo) -> str:
344 """Finds initial commit."""
345 return _get_commit_with_message(repo, INITIAL_COMMIT_MESSAGE)
346
347
348def _get_commit_with_message(repo: Repo, message: str) -> str:

Callers 1

_get_commitFunction · 0.85

Calls 1

_get_commit_with_messageFunction · 0.85

Tested by

no test coverage detected