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

Function MT

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

Source from the content-addressed store, hash-verified

4(function() {
5 var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-dockerfile");
6 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
7
8 MT("simple_nodejs_dockerfile",
9 "[keyword FROM] node:carbon",

Callers 1

test.jsFile · 0.70

Calls 1

callMethod · 0.45

Tested by

no test coverage detected