MCPcopy Index your code
hub / github.com/documentcloud/visualsearch / initialize

Function initialize

docs/assets/highlight.js:412–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 }
411
412 function initialize() {
413 if (initialize.called)
414 return;
415 initialize.called = true;
416 compileModes();
417 }
418
419 /* Public library functions */
420

Callers 2

highlightBlockFunction · 0.85
initHighlightingFunction · 0.85

Calls 1

compileModesFunction · 0.85

Tested by

no test coverage detected