MCPcopy
hub / github.com/wasp-lang/wasp / GitCommit

Interface GitCommit

web/tutorial-actions-executor/src/git.ts:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34interface GitCommit {
35 message: string;
36 sha: string;
37}
38
39async function grepGitCommitsByMessage(
40 gitRepoDirPath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected