Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ serviceTarget
Function
serviceTarget
apps/cli/src/service.ts:323–323 ·
view source on GitHub ↗
(uid: number)
Source
from the content-addressed store, hash-verified
321
322
const
makeLaunchdBackend = (): ServiceBackend => {
323
const
serviceTarget = (uid: number): string => `gui/${uid}/${SERVICE_LABEL}`;
324
325
return
{
326
platform:
"darwin"
,
Callers
1
makeLaunchdBackend
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected