MCPcopy Create free account
hub / github.com/anomalyco/opencode / run

Function run

packages/app/src/theme-preload.test.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const src = await Bun.file(new URL("../public/oc-theme-preload.js", import.meta.url)).text()
4
5const run = () => Function(src)()
6
7beforeEach(() => {
8 document.head.innerHTML = ""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected