MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / loadProjectCommitHistory

Function loadProjectCommitHistory

desktop/pi-threads/shell-loader.ts:79–84  ·  view source on GitHub ↗
(
  projectId: string,
  limit?: number | undefined | null,
)

Source from the content-addressed store, hash-verified

77}
78
79export async function loadProjectCommitHistory(
80 projectId: string,
81 limit?: number | undefined | null,
82): Promise<ProjectCommitEntry[]> {
83 return listProjectCommits(projectId, limit ?? null)
84}
85
86export {
87 captureProjectDiffBaseline,

Callers

nothing calls this directly

Calls 1

listProjectCommitsFunction · 0.90

Tested by

no test coverage detected