MCPcopy Index your code
hub / github.com/plotly/plotly.js / mockHTML

Function mockHTML

test/jasmine/tests/svg_text_utils_test.js:518–520  ·  view source on GitHub ↗
(txt)

Source from the content-addressed store, hash-verified

516 });
517
518 function mockHTML(txt) {
519 return util.sanitizeHTML(txt);
520 }
521
522 afterEach(function() {
523 d3SelectAll('.text-tester').remove();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…