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

Method getStatus

src/stores/apiServer.ts:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77interface ApiTransport {
78 getConfig(): Promise<ApiServerConfig>
79 getStatus(): Promise<ApiServerStatus>
80 setEnabled(enabled: boolean): Promise<ApiServerStatus>
81 setPort(port: number): Promise<ApiServerStatus>
82 regenerateToken(): Promise<ApiServerConfig>

Callers 4

registerApiHandlersFunction · 0.80
initApiServerFunction · 0.80
createElectronTransportFunction · 0.80
fetchStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected