Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ getCacheKey
Function
getCacheKey
resources/jestPreprocessor.js:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
},
66
67
getCacheKey() {
68
// ignore cache, as there is a conflict between rollup compile and jest preprocessor.
69
return
Date.now().toString();
70
},
71
};
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected