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

Function MT

lib/web/CodeMirror/mode/powershell/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}, "powershell");
6 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
7
8 function forEach(arr, f) { for (var i = 0; i < arr.length; i++) f(arr[i], i) }
9

Callers 1

test.jsFile · 0.70

Calls 1

callMethod · 0.45

Tested by

no test coverage detected