MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / createCommitMessageFile

Function createCommitMessageFile

src/github-action.ts:146–147  ·  view source on GitHub ↗
(message: string, index: number)

Source from the content-addressed store, hash-verified

144 }
145
146 const createCommitMessageFile = (message: string, index: number) =>
147 writeFileSync(`./commit-${index}.txt`, message);
148 improvedMessagesWithSHAs.forEach(({ msg }, i) =>
149 createCommitMessageFile(msg, i)
150 );

Callers 1

improveCommitMessagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected