MCPcopy Create free account
hub / github.com/cpplint/cpplint / testUnnamedNamespacesInHeaders

Method testUnnamedNamespacesInHeaders

cpplint_unittest.py:5099–5101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5097 ]
5098
5099 def testUnnamedNamespacesInHeaders(self):
5100 for extension in ["h", "hpp", "hxx", "h++", "cuh"]:
5101 self.doTestUnnamedNamespacesInHeaders(extension)
5102
5103 def doTestUnnamedNamespacesInHeaders(self, extension):
5104 self.TestLanguageRulesCheck(

Callers

nothing calls this directly

Tested by

no test coverage detected