MCPcopy 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

onOpenMethod · 0.45

Calls 2

revalidateAsyncMethod · 0.95
isSkillkitAvailableFunction · 0.90

Tested by

no test coverage detected