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

Function isAppInjected

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

Source from the content-addressed store, hash-verified

105 * Check if root component has been injected into App.tsx
106 */
107export function isAppInjected(cache: CodeCache): boolean {
108 return cache.appInjected;
109}
110
111/**
112 * Mark App.tsx as injected

Callers 2

injectRootComponentToAppFunction · 0.90
code-cache.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected