MCPcopy Index your code
hub / github.com/fontsource/fontsource / keyGenV

Function keyGenV

api/cdn/src/css.ts:40–41  ·  view source on GitHub ↗
(tag: string, filename: string)

Source from the content-addressed store, hash-verified

38
39const keyGen = (tag: string, filename: string) => `${tag}:${filename}`;
40const keyGenV = (tag: string, filename: string) =>
41 `variable:${tag}:${filename}`;
42
43export const updateCss = async (
44 tag: string,

Callers 1

updateVariableCSSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected