MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / End

Method End

util/cpplint.py:1061–1063  ·  view source on GitHub ↗

Stop analyzing function body.

(self)

Source from the content-addressed store, hash-verified

1059 self.current_function, self.lines_in_function, trigger))
1060
1061 def End(self):
1062 """Stop analyzing function body."""
1063 self.in_a_function = False
1064
1065
1066class _IncludeError(Exception):

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected