Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/Rapid
/ cacheIssues
Method
cacheIssues
modules/core/ValidationSystem.js:888–892 ·
view source on GitHub ↗
(issues = [])
Source
from the content-addressed store, hash-verified
886
887
888
cacheIssues(issues = []) {
889
for
(
const
issue of issues) {
890
this.cacheIssue(issue);
891
}
892
}
893
894
895
uncacheIssues(issues = []) {
Callers
2
revalidate
Method · 0.80
_validateEntitiesAsync
Method · 0.80
Calls
1
cacheIssue
Method · 0.95
Tested by
no test coverage detected