MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / CheckEnd

Method CheckEnd

rtpose_wrapper/scripts/cpp_lint.py:1778–1789  ·  view source on GitHub ↗

Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the file. linenum: The number of the line to check. er

(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

1776 pass
1777
1778 def CheckEnd(self, filename, clean_lines, linenum, error):
1779 """Run checks that applies to text after the closing brace.
1780
1781 This is mostly used for checking end of namespace comments.
1782
1783 Args:
1784 filename: The name of the current file.
1785 clean_lines: A CleansedLines instance containing the file.
1786 linenum: The number of the line to check.
1787 error: The function to call with any errors found.
1788 """
1789 pass
1790
1791
1792class _ClassInfo(_BlockInfo):

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected