MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / serviceTarget

Function serviceTarget

apps/cli/src/service.ts:334–334  ·  view source on GitHub ↗
(uid: number)

Source from the content-addressed store, hash-verified

332
333const makeLaunchdBackend = (): ServiceBackend => {
334 const serviceTarget = (uid: number): string => `gui/${uid}/${SERVICE_LABEL}`;
335
336 return {
337 platform: "darwin",

Callers 1

makeLaunchdBackendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected