MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / quit

Function quit

ServerEditorWeb/ace/worker-javascript.js:2571–2583  ·  view source on GitHub ↗
(code, line, chr)

Source from the content-addressed store, hash-verified

2569 };
2570 }
2571 function quit(code, line, chr) {
2572 var percentage = Math.floor((line / state.lines.length) * 100);
2573 var message = messages.errors[code].desc;
2574
2575 throw {
2576 name: "JSHintError",
2577 line: line,
2578 character: chr,
2579 message: message + " (" + percentage + "% scanned).",
2580 raw: message,
2581 code: code
2582 };
2583 }
2584
2585 function isundef(scope, code, token, a) {
2586 return JSHINT.undefs.push([scope, code, token, a]);

Callers 5

warningFunction · 0.85
advanceFunction · 0.85
relationFunction · 0.85
itselfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected