Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
def
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
39
def
match_wasm2js(line, array):
Callers
1
main
Function · 0.70
Calls
3
int
Function · 0.85
match
Method · 0.65
append
Method · 0.45
Tested by
no test coverage detected