Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
let
layoutShifted = false
35
36
export
function
resetLayoutShifted(): void {
37
layoutShifted = false
38
}
39
40
export
function
didLayoutShift(): boolean {
41
return
layoutShifted
Callers
2
renderToScreen
Function · 0.85
createRenderer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected