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

Function test

tools/mkssldef.py:37–39  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

35 if meta[2] != 'FUNCTION': continue
36 def satisfy(expr, rules):
37 def test(expr):
38 if expr.startswith('!'): return not expr[1:] in rules
39 return expr == '' or expr in rules
40 return all(map(test, expr.split(',')))
41 if not satisfy(meta[1], defines): continue
42 if not satisfy(meta[3], categories): continue

Callers 1

as_constMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected