| 1 | import { Tool } from "../.."; |
| 2 | import { validateMultiEdit } from "../../edit/searchAndReplace/multiEditValidation"; |
| 3 | import { executeMultiFindAndReplace } from "../../edit/searchAndReplace/performReplace"; |
| 4 | import { validateSearchAndReplaceFilepath } from "../../edit/searchAndReplace/validateArgs"; |
nothing calls this directly
no test coverage detected