MCPcopy 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
7function setRendererType(uid: string, type: string) {
8 rendererTypes[uid] = type;
9}
10
11function unsetRendererType(uid: string) {
12 delete rendererTypes[uid];

Callers 1

newWindowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected