MCPcopy Create free account
hub / github.com/probot/probot / SetupFile

Interface SetupFile

test/integration/utils.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface SetupFile {
19 filePath: string;
20 content: string;
21 mode?: number;
22}
23
24export function scaffoldProject(basePath: string, files: SetupFile[]) {
25 for (const { filePath, content, mode } of files) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…