MCPcopy Index your code
hub / github.com/TruthHun/BookStack / define

Function define

static/editor.md/lib/codemirror/mode/shell/shell.js:17–22  ·  view source on GitHub ↗
(style, string)

Source from the content-addressed store, hash-verified

15
16 var words = {};
17 function define(style, string) {
18 var split = string.split(' ');
19 for(var i = 0; i < split.length; i++) {
20 words[split[i]] = style;
21 }
22 };
23
24 // Atoms
25 define('atom', 'true false');

Callers 15

shell.jsFile · 0.70
highlight.jsFile · 0.50
katex.jsFile · 0.50
katex.min.jsFile · 0.50
auto-render.min.jsFile · 0.50
auto-render.jsFile · 0.50
mhchem.min.jsFile · 0.50
mhchem.jsFile · 0.50
copy-tex.min.jsFile · 0.50
copy-tex.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected