MCPcopy Create free account
hub / github.com/Noumena-Network/code / resetLayoutShifted

Function resetLayoutShifted

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

Source from the content-addressed store, hash-verified

37let layoutDamageRows: LayoutDamageRows | null = null
38
39export function resetLayoutShifted(): void {
40 layoutDamageRows = null
41}
42
43export function getLayoutDamageRows(): LayoutDamageRows | null {
44 return layoutDamageRows

Callers 2

renderToScreenFunction · 0.85
createRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected