Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
let
env: NodeJS.ProcessEnv;
15
16
async
function
touch(name: string): Promise<void> {
17
await
writeFile(join(dir, name),
''
);
18
}
19
20
beforeEach(
async
() => {
21
dir =
await
mkdtemp(join(tmpdir(),
'wincmd-'
));
Callers
1
win-command.spec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected