Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1315
class
Rule(object):
Callers
1
ReadConfigurationInto
Function · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected