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

Method AddRule

tools/test.py:1311–1312  ·  view source on GitHub ↗
(self, rule)

Source from the content-addressed store, hash-verified

1309 self.rules = [ ]
1310
1311 def AddRule(self, rule):
1312 self.rules.append(rule)
1313
1314
1315class Rule(object):

Callers 1

ReadConfigurationIntoFunction · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected