Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Noumena-Network/code
/ rmSync
Function
rmSync
src/utils/fsOperations.ts:569–572 ·
view source on GitHub ↗
(path, options)
Source
from the content-addressed store, hash-verified
567
},
568
569
rmSync(path, options) {
570
using _ = slowLogging`fs.rmSync(${path})`
571
fs.rmSync(path, options)
572
},
573
574
createWriteStream(path: string) {
575
return
fs.createWriteStream(path)
Callers
15
LSPTool.test.ts
File · 0.90
glob-defaults.test.ts
File · 0.90
debug.test.ts
File · 0.90
glob.test.ts
File · 0.90
ide.test.ts
File · 0.90
worktree.ncode.test.ts
File · 0.90
localInstaller.ncode.test.ts
File · 0.90
scrubBareGitRepoFiles
Function · 0.90
legacyOfficialMarketplaceMigration.test.ts
File · 0.90
replTypingAfterReplyTrace.test.tsx
File · 0.90
terminalCleanup.test.ts
File · 0.90
runResetCapture
Function · 0.90
Calls
no outgoing calls
Tested by
8
runResetCapture
Function · 0.72
runRenderedDiffCapture
Function · 0.72
runSplitRenderedDiffCapture
Function · 0.72
runAltScreenPreambleCapture
Function · 0.72
runAltScreenRecoveryCapture
Function · 0.72
runNormalScreenRepaintBelowPromptCapture
Function · 0.72
runNormalScreenClearFirstRepaintCapture
Function · 0.72
runRepaintThenIncrementalCapture
Function · 0.72