MCPcopy Create free account
hub / github.com/PlatformLab/Arachne / FindEndOfExpressionInLine

Function FindEndOfExpressionInLine

scripts/cpplint.py:1492–1567  ·  view source on GitHub ↗

Find the position just after the end of current parenthesized expression. Args: line: a CleansedLines line. startpos: start searching at this position. stack: nesting stack at startpos. Returns: On finding matching end: (index just after matching end, None) On finding an un

(line, startpos, stack)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

CloseExpressionFunction · 0.85
CheckCheckFunction · 0.85

Calls 1

SearchFunction · 0.85

Tested by

no test coverage detected