MCPcopy
hub / github.com/QuantumNous/new-api / getStatus

Function getStatus

web/default/src/lib/api.ts:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212// Get system status
213export async function getStatus() {
214 const res = await api.get('/api/status')
215 return res.data?.data as Record<string, unknown>
216}
217
218// Get system notice
219export async function getNotice(): Promise<{

Callers 4

main.tsxFile · 0.90
getFreshModuleAccessFunction · 0.90
useStatusFunction · 0.90
GetNextEnabledKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected