MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / issue

Function issue

packages/cli/src/utils/layoutAudit.test.ts:202–213  ·  view source on GitHub ↗
(code: LayoutIssue["code"], severity: LayoutIssue["severity"])

Source from the content-addressed store, hash-verified

200});
201
202function issue(code: LayoutIssue["code"], severity: LayoutIssue["severity"]): LayoutIssue {
203 return {
204 code,
205 severity,
206 time: 1,
207 selector: ".label",
208 message: "Layout issue",
209 rect: { left: 0, top: 0, right: 100, bottom: 20, width: 100, height: 20 },
210 overflow: { right: 8 },
211 fixHint: "Adjust layout.",
212 };
213}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected