MCPcopy Create free account
hub / github.com/MigoXLab/coderio / markAppInjected

Function markAppInjected

src/utils/code-cache.ts:114–116  ·  view source on GitHub ↗
(cache: CodeCache)

Source from the content-addressed store, hash-verified

112 * Mark App.tsx as injected
113 */
114export function markAppInjected(cache: CodeCache): void {
115 cache.appInjected = true;
116}
117
118/**
119 * Mark App.tsx as injected and save cache immediately

Callers 2

code-cache.test.tsFile · 0.90
saveAppInjectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected