Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ file_edit_replace.test.ts
File
file_edit_replace.test.ts
src/node/services/tools/file_edit_replace.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach } from
"bun:test"
;
2
import
* as fs from
"fs/promises"
;
3
import
* as path from
"path"
;
4
import
* as os from
"os"
;
Callers
nothing calls this directly
Calls
8
createFileEditReplaceStringTool
Function · 0.90
getTestDeps
Function · 0.90
createRuntime
Function · 0.90
createFileEditReplaceLinesTool
Function · 0.90
setupFile
Function · 0.85
executeStringReplace
Function · 0.85
executeLinesReplace
Function · 0.85
readFile
Function · 0.70
Tested by
no test coverage detected