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

Function CheckBraces

scripts/cpplint.py:3624–3740  ·  view source on GitHub ↗

Looks for misplaced braces (e.g. at the end of line). Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the file. linenum: The number of the line to check. error: The function to call with any errors found.

(filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

CheckStyleFunction · 0.85

Calls 7

MatchFunction · 0.85
GetPreviousNonBlankLineFunction · 0.85
SearchFunction · 0.85
GetLineWidthFunction · 0.85
CloseExpressionFunction · 0.85
GetIndentLevelFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected