MCPcopy
hub / github.com/QwikDev/qwik / syncCodeSandboxes

Function syncCodeSandboxes

packages/docs/codesandbox.sync.ts:88–90  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

86}
87
88function syncCodeSandboxes(path: string) {
89 transformFile(path, findCodeSandboxes.bind(null, syncCodeSandbox));
90}
91
92function syncCodeSandbox(mdxPath: string, srcPath: string, lines: string[]) {
93 console.log('SYNCING', mdxPath, srcPath);

Callers

nothing calls this directly

Calls 1

transformFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…