MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / setServerProfiles

Function setServerProfiles

apps/desktop/src/main/settings.ts:46–48  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

44export const getServerProfiles = (): string | null => store.get("serverProfiles") ?? null;
45
46export const setServerProfiles = (value: string): void => {
47 store.set("serverProfiles", value);
48};

Callers 1

registerIpcHandlersFunction · 0.90

Calls 1

setMethod · 0.80

Tested by

no test coverage detected