Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ write_cache
Method
write_cache
deps/v8/tools/run_perf.py:784–786 ·
view source on GitHub ↗
(self, cache)
Source
from the content-addressed store, hash-verified
782
return
{}
783
784
def
write_cache(self, cache):
785
with
open(self.cache_file,
'w'
)
as
f:
786
return
json.dump(cache, f)
787
788
789
class
WarmupManager(ABC):
Callers
4
testWarmup_NotNeeded
Method · 0.95
testWarmup_Needed
Method · 0.95
__init__
Method · 0.80
maybe_warm_up
Method · 0.80
Calls
2
open
Function · 0.50
dump
Method · 0.45
Tested by
2
testWarmup_NotNeeded
Method · 0.76
testWarmup_Needed
Method · 0.76