MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / readScriptSource

Function readScriptSource

scripts/__tests__/hsr-demo-entrypoints.test.mjs:13–15  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

11}
12
13function readScriptSource(name) {
14 return readFileSync(resolve(SCRIPTS_ROOT, name), "utf8");
15}
16
17describe("HSR demo entrypoints", () => {
18 test("widget demo wires HSR through createNodeApp hotReload option", () => {

Callers 1

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected