Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ generate.ts
File
generate.ts
e2e/fixtures/custom-tools-git/generate.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, mkdtemp, rm, writeFile } from
"node:fs/promises"
;
2
import
{ tmpdir } from
"node:os"
;
3
import
{ dirname, join } from
"node:path"
;
4
import
{ fileURLToPath } from
"node:url"
;
Callers
nothing calls this directly
Calls
5
mkdtemp
Function · 0.85
pack
Function · 0.85
run
Function · 0.70
write
Function · 0.70
commit
Function · 0.70
Tested by
no test coverage detected