MCPcopy Create free account
hub / github.com/cure53/dompurify / createScriptURL

Function createScriptURL

test/bootstrap-test-suite.js:187–189  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

185 return new StringWrapper(s);
186 },
187 createScriptURL(s) {
188 return new StringWrapper(s);
189 },
190 },
191 });
192 assert.equal(suppliedPolicyCallCount, 2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected