MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / MT

Function MT

lib/web/CodeMirror/mode/markdown/test.js:7–7  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

5 var config = {tabSize: 4, indentUnit: 2}
6 var mode = CodeMirror.getMode(config, "markdown");
7 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
8 var modeHighlightFormatting = CodeMirror.getMode(config, {name: "markdown", highlightFormatting: true});
9 function FT(name) { test.mode(name, modeHighlightFormatting, Array.prototype.slice.call(arguments, 1)); }
10 var modeMT_noXml = CodeMirror.getMode(config, {name: "markdown", xml: false});

Callers 1

test.jsFile · 0.70

Calls 1

callMethod · 0.45

Tested by

no test coverage detected