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

Function serviceTarget

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

Source from the content-addressed store, hash-verified

325
326const makeLaunchdBackend = (): ServiceBackend => {
327 const serviceTarget = (uid: number): string => `gui/${uid}/${SERVICE_LABEL}`;
328
329 return {
330 platform: "darwin",

Callers 1

makeLaunchdBackendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected