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