MCPcopy
hub / github.com/gitify-app/gitify / getCommit

Function getCommit

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

Source from the content-addressed store, hash-verified

153 * Endpoint documentation: https://docs.github.com/en/rest/commits/commits#get-a-commit
154 */
155export async function getCommit(
156 account: Account,
157 url: Link,
158): Promise<GetCommitResponse> {
159 return followUrl<GetCommitResponse>(account, url);
160}
161
162/**
163 * Gets a specified commit comment.

Callers 2

enrichMethod · 0.90
client.test.tsFile · 0.90

Calls 1

followUrlFunction · 0.85

Tested by

no test coverage detected