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

Method mkdir

src/commands/agent.ts:44–44  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

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
47const defaultAgentFs: AgentFs = {

Callers 3

mkdirFunction · 0.80
runInstallFunction · 0.80
agent.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected