MCPcopy 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
107function getUid(): string {
108 return execSync('id -u', { encoding: 'utf-8' }).trim()
109}
110
111function launchctlLoad(plistPath: string): void {
112 try {

Callers 2

launchctlLoadFunction · 0.85
launchctlUnloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected