MCPcopy Index your code
hub / github.com/gitify-app/gitify / getCommitComment

Function getCommitComment

src/renderer/utils/api/client.ts:167–172  ·  view source on GitHub ↗
(
  account: Account,
  url: Link,
)

Source from the content-addressed store, hash-verified

165 * Endpoint documentation: https://docs.github.com/en/rest/commits/comments#get-a-commit-comment
166 */
167export async function getCommitComment(
168 account: Account,
169 url: Link,
170): Promise<GetCommitCommentResponse> {
171 return followUrl<GetCommitCommentResponse>(account, url);
172}
173
174/**
175 * Gets a public release with the specified release ID.

Callers 2

enrichMethod · 0.90
client.test.tsFile · 0.90

Calls 1

followUrlFunction · 0.85

Tested by

no test coverage detected