Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ set_bucket
Method
set_bucket
tools/inspector_protocol/jinja2/bccache.py:190–192 ·
view source on GitHub ↗
Put the bucket into the cache.
(self, bucket)
Source
from the content-addressed store, hash-verified
188
return
bucket
189
190
def
set_bucket(self, bucket):
191
""
"Put the bucket into the cache."
""
192
self.dump_bytecode(bucket)
193
194
195
class
FileSystemBytecodeCache(BytecodeCache):
Callers
1
load
Method · 0.45
Calls
1
dump_bytecode
Method · 0.95
Tested by
no test coverage detected