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:52–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
* the
new
token.
51
*/
52
export
const
rotateServerToken = (): string => rotateLocalAuthToken();
53
54
export
const
getServerProfiles = (): string | null => store.get(
"serverProfiles"
) ?? null;
55
Callers
1
registerIpcHandlers
Function · 0.90
Calls
1
rotateLocalAuthToken
Function · 0.90
Tested by
no test coverage detected