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

Function nobreaknonadjacent

ServerEditorWeb/ace/worker-javascript.js:3155–3161  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

3153 }
3154
3155 function nobreaknonadjacent(left, right) {
3156 left = left || state.tokens.curr;
3157 right = right || state.tokens.next;
3158 if (!state.option.laxbreak && left.line !== right.line) {
3159 warning("W014", right, right.value);
3160 }
3161 }
3162
3163 function nolinebreak(t) {
3164 t = t || state.tokens.curr;

Callers 4

infixFunction · 0.85
applicationFunction · 0.85
relationFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected