MCPcopy Index your code
hub / github.com/cpplint/cpplint / open

Method open

cpplint_unittest.py:120–127  ·  view source on GitHub ↗
(
        self,  # pylint: disable=C6409
        unused_filename,
        unused_mode,
        unused_encoding,
        _,
    )

Source from the content-addressed store, hash-verified

118 self.mock_file = EnterableList(mock_file)
119
120 def open(
121 self, # pylint: disable=C6409
122 unused_filename,
123 unused_mode,
124 unused_encoding,
125 _,
126 ):
127 return self.mock_file
128
129
130class CpplintTestBase:

Callers 2

ProcessConfigOverridesFunction · 0.80
ProcessFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected