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

Function removeIgnoredMessages

ServerEditorWeb/ace/worker-javascript.js:2589–2594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2587 }
2588
2589 function removeIgnoredMessages() {
2590 var ignored = state.ignoredLines;
2591
2592 if (_.isEmpty(ignored)) return;
2593 JSHINT.errors = _.reject(JSHINT.errors, function (err) { return ignored[err.line] });
2594 }
2595
2596 function warning(code, t, a, b, c, d) {
2597 var ch, l, w, msg;

Callers 2

warningFunction · 0.85
doOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected