MCPcopy Create free account
hub / github.com/Microck/opencode-studio / getGitHubBackupStatus

Function getGitHubBackupStatus

client-next/src/lib/api.ts:739–742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

737}
738
739export async function getGitHubBackupStatus(): Promise<GitHubBackupStatus> {
740 const { data } = await api.get<GitHubBackupStatus>('/github/backup/status');
741 return data;
742}
743
744export async function backupToGitHub(config: GitHubBackupConfig): Promise<GitHubBackupResult> {
745 const { data } = await api.post<GitHubBackupResult>('/github/backup', config);

Callers 3

SettingsPageFunction · 0.90
handleGitHubBackupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected