Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
788
const
status = () => ({
789
running: isRunning,
790
port: runningPort,
791
});
792
793
ipcMain.handle(
"httpserver:status"
,
async
() => {
794
return
status();
Callers
1
main.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected