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

Method blobToRaw

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

Convert blob URLs to raw URLs (for images)

(url: string)

Source from the content-addressed store, hash-verified

64 fileToRaw?(url: string): string
65 /** Convert blob URLs to raw URLs (for images) */
66 blobToRaw?(url: string): string
67}
68
69const providers: ProviderConfig[] = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected