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

Method set_bucket

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

Put the bucket into the cache.

(self, bucket: Bucket)

Source from the content-addressed store, hash-verified

179 return bucket
180
181 def set_bucket(self, bucket: Bucket) -> None:
182 """Put the bucket into the cache."""
183 self.dump_bytecode(bucket)
184
185
186class FileSystemBytecodeCache(BytecodeCache):

Callers 1

loadMethod · 0.45

Calls 1

dump_bytecodeMethod · 0.95

Tested by

no test coverage detected