MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / touch

Function touch

src/workspaces/win-command.spec.ts:16–18  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

14let env: NodeJS.ProcessEnv;
15
16async function touch(name: string): Promise<void> {
17 await writeFile(join(dir, name), '');
18}
19
20beforeEach(async () => {
21 dir = await mkdtemp(join(tmpdir(), 'wincmd-'));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected