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

Method reset

tools/inspector_protocol/jinja2/bccache.py:75–77  ·  view source on GitHub ↗

Resets the bucket (unloads the bytecode).

(self)

Source from the content-addressed store, hash-verified

73 self.reset()
74
75 def reset(self):
76 """Resets the bucket (unloads the bytecode)."""
77 self.code = None
78
79 def load_bytecode(self, f):
80 """Loads bytecode from a file or file like object."""

Callers 2

__init__Method · 0.95
load_bytecodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected