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

Method __init__

tools/inspector_protocol/jinja2/bccache.py:69–73  ·  view source on GitHub ↗
(self, environment, key, checksum)

Source from the content-addressed store, hash-verified

67 """
68
69 def __init__(self, environment, key, checksum):
70 self.environment = environment
71 self.key = key
72 self.checksum = checksum
73 self.reset()
74
75 def reset(self):
76 """Resets the bucket (unloads the bytecode)."""

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected