MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / appendGitHubFile

Function appendGitHubFile

scripts/validate-release-ref.ts:30–33  ·  view source on GitHub ↗
(path: string | undefined, line: string)

Source from the content-addressed store, hash-verified

28};
29
30const appendGitHubFile = (path: string | undefined, line: string): void => {
31 if (!path || !line) return;
32 appendFileSync(path, `${line}\n`, "utf8");
33};
34
35const run = (): void => {
36 const args = process.argv.slice(2);

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected