MCPcopy Create free account
hub / github.com/fontsource/fontsource / bucketPath

Function bucketPath

api/download/src/bucket.ts:29–36  ·  view source on GitHub ↗
({
	id,
	subset,
	weight,
	style,
	extension,
	version,
}: BucketPath)

Source from the content-addressed store, hash-verified

27>;
28
29export const bucketPath = ({
30 id,
31 subset,
32 weight,
33 style,
34 extension,
35 version,
36}: BucketPath) => `${id}@${version}/${subset}-${weight}-${style}.${extension}`;
37
38export const bucketPathVariable = ({
39 id,

Callers 3

pruneManifestFunction · 0.90
downloadFileFunction · 0.90
generateZipFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected