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

Function getDetail

ui/src/api/issues.ts:154–158  ·  view source on GitHub ↗

Read-only detail: one issue's full fields + markdown body + its run feed.

(wsId: string, id: string)

Source from the content-addressed store, hash-verified

152
153 /** Read-only detail: one issue's full fields + markdown body + its run feed. */
154 async getDetail(wsId: string, id: string): Promise<IssueDetail> {
155 return fetchJson<IssueDetail>(
156 `/api/issues/${encodeURIComponent(wsId)}/${encodeURIComponent(id)}`,
157 )
158 },
159
160 /**
161 * Resolve a `[[name]]` token across BOTH namespaces (entity + issues). Used by

Callers

nothing calls this directly

Calls 1

fetchJsonFunction · 0.90

Tested by

no test coverage detected