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

Function saveAppInjected

src/utils/code-cache.ts:122–125  ·  view source on GitHub ↗
(cache: CodeCache, workspace: WorkspaceStructure)

Source from the content-addressed store, hash-verified

120 * Combines markAppInjected and saveCodeCache for convenience
121 */
122export function saveAppInjected(cache: CodeCache, workspace: WorkspaceStructure): void {
123 markAppInjected(cache);
124 saveCodeCache(workspace, cache);
125}
126
127/**
128 * Create an empty cache

Callers 2

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

Calls 2

markAppInjectedFunction · 0.85
saveCodeCacheFunction · 0.85

Tested by

no test coverage detected