Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ freeRecursive
Method
freeRecursive
src/native-ts/yoga-layout/index.ts:553–556 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
551
_yogaLiveNodes--
552
}
553
freeRecursive(): void {
554
for
(
const
c of this.children) c.freeRecursive()
555
this.free()
556
}
557
reset(): void {
558
this.style = defaultStyle()
559
this.children = []
Callers
nothing calls this directly
Calls
1
free
Method · 0.95
Tested by
no test coverage detected