Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
245
class
SourceFileProcessor(object):
Callers
1
ProcessFiles
Method · 0.95
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected