Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shadcn-ui/ui
/ RegistryContext
Interface
RegistryContext
packages/shadcn/src/registry/context.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
RegistryContext {
2
headers: Record<string, Record<string, string>>
3
}
4
5
let
context: RegistryContext = {
6
headers: {},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected