MCPcopy Index your code
hub / github.com/codeaashu/claude-code / resetLayoutShifted

Function resetLayoutShifted

src/ink/render-node-to-output.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34let layoutShifted = false
35
36export function resetLayoutShifted(): void {
37 layoutShifted = false
38}
39
40export function didLayoutShift(): boolean {
41 return layoutShifted

Callers 2

renderToScreenFunction · 0.85
createRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected