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

Function inlineConfig

packages/node/src/__tests__/scrollback_commit.test.ts:24–31  ·  view source on GitHub ↗
(executionMode: "worker" | "inline")

Source from the content-addressed store, hash-verified

22}
23
24function inlineConfig(executionMode: "worker" | "inline") {
25 return {
26 executionMode,
27 fpsCap: 60,
28 maxEventBytes: 1024,
29 screen: { mode: "inline", inlineRows: 6 },
30 } as const;
31}
32
33for (const executionMode of ["worker", "inline"] as const) {
34 test(`scrollback: ${executionMode} path commits drawlist bytes`, async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected