MCPcopy 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
322const makeLaunchdBackend = (): ServiceBackend => {
323 const serviceTarget = (uid: number): string => `gui/${uid}/${SERVICE_LABEL}`;
324
325 return {
326 platform: "darwin",

Callers 1

makeLaunchdBackendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected