MCPcopy Index your code
hub / github.com/Dimillian/CodexMonitor / getGitRemote

Function getGitRemote

src/services/tauri.ts:633–635  ·  view source on GitHub ↗
(workspace_id: string)

Source from the content-addressed store, hash-verified

631}
632
633export async function getGitRemote(workspace_id: string): Promise<string | null> {
634 return invoke("get_git_remote", { workspaceId: workspace_id });
635}
636
637export async function stageGitFile(workspaceId: string, path: string) {
638 return invoke("stage_git_file", { workspaceId, path });

Callers 1

useGitRemoteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected