MCPcopy
hub / github.com/Dimillian/CodexMonitor / getGitLog

Function getGitLog

src/services/tauri.ts:619–624  ·  view source on GitHub ↗
(
  workspace_id: string,
  limit = 40,
)

Source from the content-addressed store, hash-verified

617}
618
619export async function getGitLog(
620 workspace_id: string,
621 limit = 40,
622): Promise<GitLogResponse> {
623 return invoke("get_git_log", { workspaceId: workspace_id, limit });
624}
625
626export async function getGitCommitDiff(
627 workspace_id: string,

Callers 3

useGitLogFunction · 0.90
useReviewPromptFunction · 0.90
tauri.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected