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

Class File

deps/v8/tools/locs.py:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193
194class File(CompilationData):
195 def __init__(self, file, target, loc, in_bytes, expanded, expanded_bytes):
196 super().__init__(loc, in_bytes, expanded, expanded_bytes)
197 self.file = file
198 self.target = target
199
200 def to_string(self):
201 return "{} {} {}".format(super().to_string(), self.file, self.target)
202
203
204class Group(CompilationData):

Callers 1

recordFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected