MCPcopy Index your code
hub / github.com/nodejs/node / RemoveFile

Method RemoveFile

deps/v8/tools/v8_presubmit.py:240–242  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

238 return changed_or_new
239
240 def RemoveFile(self, file):
241 if file in self.sums:
242 self.sums.pop(file)
243
244
245class SourceFileProcessor(object):

Callers 1

ProcessFilesMethod · 0.95

Calls 1

popMethod · 0.80

Tested by

no test coverage detected