MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getInternalEndpoint

Function getInternalEndpoint

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

Source from the content-addressed store, hash-verified

291}
292
293export function getInternalEndpoint(): InternalEndpoint | null {
294 return endpoint
295}
296
297/** Main-process DatabaseManager backing the internal server (null before startup). */
298export function getInternalDbManager(): DatabaseManager | null {

Callers 1

registerInternalApiIpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected