MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / startLine

Function startLine

Scripts/ace/worker-javascript.js:3295–3297  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

3293 }
3294
3295 function startLine(token) {
3296 return token.startLine || token.line;
3297 }
3298
3299 function nobreaknonadjacent(left, right) {
3300 left = left || state.tokens.curr;

Callers 7

isEndOfExprFunction · 0.85
expressionFunction · 0.85
nobreaknonadjacentFunction · 0.85
nolinebreakFunction · 0.85
nobreakcommaFunction · 0.85
parseFinalSemicolonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected