Dashboard › opencode › Distillation
c6cdc84b-bcdf-4614-8062-7ca596b14a02["lore_tm_v1_zAVDWS3TUL7kpd1NiwRXg7yqk7Gev2tTvtkPzY-52TU"]
readPortFile / readGatewayProcessFile: /home/byk/Code/opencode-lore-v2/packages/gateway/src/portfile.ts line 98 exports readPortFile(): number | null; /home/byk/Code/opencode-lore-v2/packages/gateway/src/pidfile.ts line 346 exports readGatewayProcessFile(): GatewayProcessRecord | null; /home/byk/Code/opencode-lore-v2/packages/gateway/src/index.ts lines 24–25 re-export both functions; /home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/uninstall.ts lines 2767 and 2803 imports/destructures and assigns readGatewayProcessFile as readProcessRecord; /home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/stop.ts lines 13 and 403 imports it and assigns it as readRecord; /home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/start.ts lines 21, 149, 157, and 831 imports it, assigns it as readProcess, and directly calls readGatewayProcessFile(); /home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/setup.ts lines 47 and 1280 imports it and calls readGatewayProcessFile().