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

Function getServerProfiles

apps/desktop/src/main/settings.ts:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

registerIpcHandlersFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected