MCPcopy Create free account
hub / github.com/Paxa/postbird / isContinuedStatement

Function isContinuedStatement

public/codemirror/javascript/javascript.js:700–704  ·  view source on GitHub ↗
(state, textAfter)

Source from the content-addressed store, hash-verified

698 }
699
700 function isContinuedStatement(state, textAfter) {
701 return state.lastType == "operator" || state.lastType == "," ||
702 isOperatorChar.test(textAfter.charAt(0)) ||
703 /[,.]/.test(textAfter.charAt(0));
704 }
705
706 // Interface
707

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected