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

Function getServerProfiles

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

Source from the content-addressed store, hash-verified

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

Callers 1

registerIpcHandlersFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected