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

Function getHtmlUrl

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

Source from the content-addressed store, hash-verified

187 * Get the `html_url` from the GitHub response
188 */
189export async function getHtmlUrl(
190 account: Account,
191 url: Link,
192): Promise<GitHubHtmlUrlResponse> {
193 return followUrl<GitHubHtmlUrlResponse>(account, url);
194}
195
196/**
197 * Follow GitHub Response URL

Callers 2

generateGitHubWebUrlFunction · 0.90
client.test.tsFile · 0.90

Calls 1

followUrlFunction · 0.85

Tested by

no test coverage detected