Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Railly/agentfiles
/ revalidate
Method
revalidate
src/store.ts:120–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
revalidate(): void {
121
if
(!isSkillkitAvailable())
return
;
122
void this.revalidateAsync();
123
}
124
125
private applyEnrichmentFromCache(): void {
126
const
cached = loadEnrichmentCache();
Callers
1
onOpen
Method · 0.45
Calls
2
revalidateAsync
Method · 0.95
isSkillkitAvailable
Function · 0.90
Tested by
no test coverage detected