Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ hasNewLayout
Method
hasNewLayout
src/native-ts/yoga-layout/index.ts:584–586 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
582
return
this.isDirty_
583
}
584
hasNewLayout(): boolean {
585
return
true
586
}
587
markLayoutSeen(): void {}
588
589
// -- Measure function
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected