MCPcopy Create free account
hub / github.com/SIPp/sipp / CheckBegin

Method CheckBegin

cpplint.py:1421–1424  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

1419 break
1420
1421 def CheckBegin(self, filename, clean_lines, linenum, error):
1422 # Look for a bare ':'
1423 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1424 self.is_derived = True
1425
1426
1427class _NamespaceInfo(_BlockInfo):

Callers

nothing calls this directly

Calls 1

SearchFunction · 0.85

Tested by

no test coverage detected