MCPcopy Index your code
hub / github.com/tinymce/tinymce / testScript

Function testScript

modules/tinymce/src/core/test/ts/browser/ResourceTest.ts:22–22  ·  view source on GitHub ↗
(id: string, data: string)

Source from the content-addressed store, hash-verified

20 });
21
22 const testScript = (id: string, data: string) => `data:text/javascript,tinymce.Resource.add('${id}', '${data}')`;
23
24 const addScript = (id: string, data: string) => {
25 tinymce.Resource.add(id, data);

Callers 1

ResourceTest.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…