MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / get

Function get

ui/src/api/issues.ts:149–151  ·  view source on GitHub ↗

Read-only board: every workspace's issues, scanned across all workspaces.

()

Source from the content-addressed store, hash-verified

147export const issuesApi = {
148 /** Read-only board: every workspace's issues, scanned across all workspaces. */
149 async get(): Promise<IssueSnapshot> {
150 return fetchJson<IssueSnapshot>('/api/issues')
151 },
152
153 /** Read-only detail: one issue's full fields + markdown body + its run feed. */
154 async getDetail(wsId: string, id: string): Promise<IssueDetail> {

Callers 8

terminalTheme.tsFile · 0.50
store.tsFile · 0.50
watchlist-store.tsFile · 0.50
closeMatchingFunction · 0.50
closeOthersFunction · 0.50
closeToRightFunction · 0.50
closeToLeftFunction · 0.50
closeAllFunction · 0.50

Calls 1

fetchJsonFunction · 0.90

Tested by

no test coverage detected