Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fontsource/fontsource
/ keyGen
Function
keyGen
api/cdn/src/css.ts:39–39 ·
view source on GitHub ↗
(tag: string, filename: string)
Source
from the content-addressed store, hash-verified
37
};
38
39
const
keyGen = (tag: string, filename: string) => `${tag}:${filename}`;
40
const
keyGenV = (tag: string, filename: string) =>
41
`variable:${tag}:${filename}`;
42
Callers
1
updateCss
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected