MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / fileToRaw

Method fileToRaw

shared/utils/git-providers.ts:64–64  ·  view source on GitHub ↗

Convert file URLs to blob URLs (for images)

(url: string)

Source from the content-addressed store, hash-verified

62 getBlobBaseUrl(ref: RepoRef, branch?: string): string
63 /** Convert file URLs to blob URLs (for images) */
64 fileToRaw?(url: string): string
65 /** Convert blob URLs to raw URLs (for images) */
66 blobToRaw?(url: string): string
67}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected