MCPcopy Create free account
hub / github.com/cmu-db/bustub / FindStartOfExpressionInLine

Function FindStartOfExpressionInLine

build_support/cpplint.py:1866–1940  ·  view source on GitHub ↗

Find position at the matching start of current expression. This is almost the reverse of FindEndOfExpressionInLine, but note that the input position and returned position differs by 1. Args: line: a CleansedLines line. endpos: start searching at this position. stack: nesting stac

(line, endpos, stack)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ReverseCloseExpressionFunction · 0.85

Calls 2

MatchFunction · 0.85
SearchFunction · 0.85

Tested by

no test coverage detected