Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vercel/hyper
/ setRendererType
Function
setRendererType
app/utils/renderer-utils.ts:7–9 ·
view source on GitHub ↗
(uid: string, type: string)
Source
from the content-addressed store, hash-verified
5
}
6
7
function
setRendererType(uid: string,
type
: string) {
8
rendererTypes[uid] =
type
;
9
}
10
11
function
unsetRendererType(uid: string) {
12
delete rendererTypes[uid];
Callers
1
newWindow
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected