MCPcopy Create free account
hub / github.com/nodejs/node / match

Function match

deps/v8/tools/wasm/code-size-factors.py:33–36  ·  view source on GitHub ↗
(line, regex, array)

Source from the content-addressed store, hash-verified

31
32
33def match(line, regex, array):
34 m = regex.match(line)
35 if m:
36 array.append([int(m.group(1)), int(m.group(2))])
37
38
39def match_wasm2js(line, array):

Callers 1

mainFunction · 0.70

Calls 3

intFunction · 0.85
matchMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected