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

Function setServerProfiles

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

Source from the content-addressed store, hash-verified

54export const getServerProfiles = (): string | null => store.get("serverProfiles") ?? null;
55
56export const setServerProfiles = (value: string): void => {
57 store.set("serverProfiles", value);
58};

Callers 1

registerIpcHandlersFunction · 0.90

Calls 1

setMethod · 0.65

Tested by

no test coverage detected