MCPcopy Index your code
hub / github.com/nodejs/nodejs.org / getGitHubBlobUrl

Function getGitHubBlobUrl

apps/site/util/github.ts:12–13  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

10};
11
12export const getGitHubBlobUrl = (filename: string) =>
13 `https://github.com/nodejs/nodejs.org/blob/main/apps/site/pages/en/${filename}`;

Callers 2

WithMetaBarFunction · 0.90
github.test.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected