MCPcopy Index your code
hub / github.com/anomalyco/opencode / initializationReady

Function initializationReady

packages/desktop/src/renderer/initialization.ts:18–22  ·  view source on GitHub ↗
(state: (() => A | undefined) & { error: unknown; loading: boolean })

Source from the content-addressed store, hash-verified

16}
17
18export function initializationReady<A>(state: (() => A | undefined) & { error: unknown; loading: boolean }) {
19 if (state.loading) return false
20 initializationData(state)
21 return true
22}

Callers 1

Calls 1

initializationDataFunction · 0.85

Tested by

no test coverage detected