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

Method process

deps/v8/tools/locs.py:328–333  ·  view source on GitHub ↗
(self, compilation_unit)

Source from the content-addressed store, hash-verified

326 " -c (?P<infile>.*) -o (?P<outfile>.*)")
327
328 def process(self, compilation_unit):
329 cmd = self.cmd_pattern.match(compilation_unit['command'])
330 outfilename = cmd.group('outfile')
331 infilename = cmd.group('infile')
332 infile = Path(compilation_unit['directory']).joinpath(infilename)
333 return (cmd.group('clangcmd'), infilename, infile, outfilename)
334
335
336def parse_ninja_deps(ninja_deps):

Callers 6

count_lines_of_unitFunction · 0.45
dumpcpp-driver.mjsFile · 0.45
testTickProcessorBasicFunction · 0.45

Calls 1

matchMethod · 0.65

Tested by

no test coverage detected