MCPcopy Create free account
hub / github.com/evolify/dumpfun / runInBrowser

Function runInBrowser

common/utils/api.ts:15–19  ·  view source on GitHub ↗
(cb: Function)

Source from the content-addressed store, hash-verified

13export const isDev = process.env.NODE_ENV === "development"
14
15export function runInBrowser(cb: Function) {
16 if (!isServer) {
17 cb()
18 }
19}
20
21const proxy = process.env.PROXY
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected