MCPcopy Index your code
hub / github.com/codex-team/editor.js / processTools

Method processTools

src/components/modules/paste.ts:280–286  ·  view source on GitHub ↗

* Get and process tool`s paste configs

()

Source from the content-addressed store, hash-verified

278 * Get and process tool`s paste configs
279 */
280 private processTools(): void {
281 const tools = this.Editor.Tools.blockTools;
282
283 Array
284 .from(tools.values())
285 .forEach(this.processTool);
286 }
287
288 /**
289 * Process paste config for each tool

Callers 1

prepareMethod · 0.95

Calls 2

forEachMethod · 0.80
valuesMethod · 0.80

Tested by

no test coverage detected