MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / writeFile

Method writeFile

src/commands/agent.ts:43–43  ·  view source on GitHub ↗
(p: string, data: string, opts?: { exclusive?: boolean })

Source from the content-addressed store, hash-verified

41 // not follow a final symlink, so exclusive writes never clobber or traverse a
42 // planted symlink — used for backups and fresh installs.
43 writeFile(p: string, data: string, opts?: { exclusive?: boolean }): Promise<void>;
44 mkdir(p: string): Promise<void>; // recursive
45}
46

Callers 4

writeFileFunction · 0.80
writeBackupFunction · 0.80
runInstallFunction · 0.80
agent.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected