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

Method dump_bytecode

deps/v8/third_party/jinja2/bccache.py:137–142  ·  view source on GitHub ↗

Subclasses have to override this method to write the bytecode from a bucket back to the cache. If it unable to do so it must not fail silently but raise an exception.

(self, bucket: Bucket)

Source from the content-addressed store, hash-verified

135 raise NotImplementedError()
136
137 def dump_bytecode(self, bucket: Bucket) -> None:
138 """Subclasses have to override this method to write the bytecode
139 from a bucket back to the cache. If it unable to do so it must not
140 fail silently but raise an exception.
141 """
142 raise NotImplementedError()
143
144 def clear(self) -> None:
145 """Clears the cache. This method is not used by Jinja but should be

Callers 1

set_bucketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected