MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / CheckForFunctionLengths

Function CheckForFunctionLengths

scripts/cpp_lint.py:2388–2455  ·  view source on GitHub ↗

Reports for long function bodies. For an overview why this is done, see: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Short_Functions Uses a simplistic algorithm assuming other style guidelines (especially spacing) are followed. Only checks unindented functions, s

(filename, clean_lines, linenum,
                            function_state, error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ProcessLineFunction · 0.85

Calls 7

MatchFunction · 0.85
SearchFunction · 0.85
NumLinesMethod · 0.80
CheckMethod · 0.80
CountMethod · 0.80
BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected