Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getUid
Function
getUid
apps/cli/src/daemon/service.ts:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
function
getUid(): string {
108
return
execSync(
'id -u'
, { encoding:
'utf-8'
}).trim()
109
}
110
111
function
launchctlLoad(plistPath: string): void {
112
try {
Callers
2
launchctlLoad
Function · 0.85
launchctlUnload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected