MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / loadPiThemeState

Function loadPiThemeState

desktop/pi-settings.ts:14–20  ·  view source on GitHub ↗
(
  projectPath?: string | undefined | null | undefined,
)

Source from the content-addressed store, hash-verified

12}
13
14export function loadPiThemeState(
15 projectPath?: string | undefined | null | undefined,
16): Promise<PiThemeState> {
17 return invokeRuntimeHost('loadPiThemeState', {
18 projectPath: projectPath ?? null,
19 })
20}
21
22export async function updatePiSetting(
23 key: PiSettingsKey,

Callers 2

loadShellStateFunction · 0.90
handleRequestFunction · 0.90

Calls 1

invokeRuntimeHostFunction · 0.90

Tested by

no test coverage detected