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

Function warningAt

ServerEditorWeb/ace/worker-javascript.js:2643–2648  ·  view source on GitHub ↗
(m, l, ch, a, b, c, d)

Source from the content-addressed store, hash-verified

2641 }
2642
2643 function warningAt(m, l, ch, a, b, c, d) {
2644 return warning(m, {
2645 line: l,
2646 from: ch
2647 }, a, b, c, d);
2648 }
2649
2650 function error(m, t, a, b, c, d) {
2651 warning(m, t, a, b, c, d);

Callers 4

parseFinalSemicolonFunction · 0.85
_checkBlockLabelsFunction · 0.85
warnUnusedFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected