MCPcopy
hub / github.com/TriliumNext/Trilium / replace

Method replace

packages/codemirror/src/index.ts:218–220  ·  view source on GitHub ↗
(replaceText: string)

Source from the content-addressed store, hash-verified

216 }
217
218 async replace(replaceText: string) {
219 this.searchPlugin?.replaceActiveMatch(replaceText);
220 }
221
222 async replaceAll(replaceText: string) {
223 this.searchPlugin?.replaceAll(replaceText);

Callers 15

trimMethod · 0.45
makeIndentMethod · 0.45
normalizeFunction · 0.45
mainFunction · 0.45
patchCacheBusterFunction · 0.45
levelFunction · 0.45
build.tsFile · 0.45
initMethod · 0.45
_defineConvertersMethod · 0.45
jasmine.jsFile · 0.45
toHaveBeenCalledWithFunction · 0.45
optionsMenuFunction · 0.45

Calls 1

replaceActiveMatchMethod · 0.80

Tested by

no test coverage detected