MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / getBetaStatus

Function getBetaStatus

lib/api.ts:471–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

469 * 获取Beta计划状态
470 */
471export async function getBetaStatus(): Promise<{ success: boolean; message: string; beta: number }> {
472 return fetchWithAuth<{ success: boolean; message: string; beta: number }>(
473 `${API_BASE_URL}/api/auth/beta-status`,
474 { method: 'GET' }
475 );
476}
477
478// ==================== 本地存储工具 ====================
479

Callers

nothing calls this directly

Calls 1

fetchWithAuthFunction · 0.85

Tested by

no test coverage detected