MCPcopy
hub / github.com/lightningpixel/modly / markSetupDone

Function markSetupDone

electron/main/python-setup.ts:146–152  ·  view source on GitHub ↗
(userData: string)

Source from the content-addressed store, hash-verified

144}
145
146export function markSetupDone(userData: string): void {
147 writeFileSync(
148 join(userData, 'python_setup.json'),
149 JSON.stringify({ version: SETUP_VERSION, requirementsHash: hashRequirements() }),
150 'utf-8'
151 )
152}
153
154// ─── AppImage: stable Python runtime ─────────────────────────────────────────
155

Callers 1

setupIpcHandlersFunction · 0.90

Calls 1

hashRequirementsFunction · 0.85

Tested by

no test coverage detected