Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ rotateServerToken
Function
rotateServerToken
apps/desktop/src/main/settings.ts:42–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
* the
new
token.
41
*/
42
export
const
rotateServerToken = (): string => rotateLocalAuthToken();
43
44
export
const
getServerProfiles = (): string | null => store.get(
"serverProfiles"
) ?? null;
45
Callers
1
registerIpcHandlers
Function · 0.90
Calls
1
rotateLocalAuthToken
Function · 0.90
Tested by
no test coverage detected