MCPcopy
hub / github.com/plotly/dash / loadhljs

Method loadhljs

components/dash-table/src/dash-table/utils/Markdown.ts:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 );
44
45 private static async loadhljs() {
46 Markdown.hljs = await LazyLoader.hljs;
47 Markdown.hljsResolve();
48 Markdown._isReady = true;
49 }
50}

Callers 4

highlightCodeMethod · 0.80
constructorMethod · 0.80
eFunction · 0.80
async-markdown.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected