MCPcopy Index your code
hub / github.com/modstart-lib/aigcpanel / status

Function status

electron/mapi/httpserver/main.ts:788–791  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

786};
787
788const status = () => ({
789 running: isRunning,
790 port: runningPort,
791});
792
793ipcMain.handle("httpserver:status", async () => {
794 return status();

Callers 1

main.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected