MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / registerInternalApiIpc

Function registerInternalApiIpc

apps/desktop/main/internal-api.ts:342–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 * Must be called before createWindow().
341 */
342export function registerInternalApiIpc(): void {
343 ipcMain.handle('internal-api:getEndpoint', () => getInternalEndpoint())
344}
345
346// ==================== Auth Hook (Internal Only) ====================
347

Callers 1

mainAppEventsMethod · 0.90

Calls 1

getInternalEndpointFunction · 0.85

Tested by

no test coverage detected