Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
export
const
getServerProfiles = (): string | null => store.get(
"serverProfiles"
) ?? null;
45
46
export
const
setServerProfiles = (value: string): void => {
47
store.set(
"serverProfiles"
, value);
48
};
Callers
1
registerIpcHandlers
Function · 0.90
Calls
1
set
Method · 0.80
Tested by
no test coverage detected