Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ restore-drill.js
File
restore-drill.js
scripts/restore-drill.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ spawnSync } from
'node:child_process'
;
2
import
{ mkdir, readdir, stat, unlink } from
'node:fs/promises'
;
3
import
path from
'node:path'
;
4
import
{ fileURLToPath } from
'node:url'
;
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected