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

Function getGitHubIssues

src/services/tauri.ts:680–684  ·  view source on GitHub ↗
(
  workspace_id: string,
)

Source from the content-addressed store, hash-verified

678}
679
680export async function getGitHubIssues(
681 workspace_id: string,
682): Promise<GitHubIssuesResponse> {
683 return invoke("get_github_issues", { workspaceId: workspace_id });
684}
685
686export async function getGitHubPullRequests(
687 workspace_id: string,

Callers 2

useGitHubIssuesFunction · 0.90
tauri.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected