Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/Rapid
/ uncacheIssues
Method
uncacheIssues
modules/core/ValidationSystem.js:895–899 ·
view source on GitHub ↗
(issues = [])
Source
from the content-addressed store, hash-verified
893
894
895
uncacheIssues(issues = []) {
896
for
(
const
issue of issues) {
897
this.uncacheIssue(issue);
898
}
899
}
900
901
902
uncacheIssuesOfType(
type
) {
Callers
1
uncacheIssuesOfType
Method · 0.95
Calls
1
uncacheIssue
Method · 0.95
Tested by
no test coverage detected