MCPcopy 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
11function unsetRendererType(uid: string) {
12 delete rendererTypes[uid];
13}
14
15export {getRendererTypes, setRendererType, unsetRendererType};

Callers 1

newWindowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected