MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / MT

Function MT

static/js/codemirror/mode/markdown/test.js:3–3  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1(function() {
2 var mode = CodeMirror.getMode({tabSize: 4}, "markdown");
3 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
4
5 MT("plainText",
6 "foo");

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected