Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/EngoEngine/engo
/ isEmpty
Method
isEmpty
quadtree.go:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
func
(qt *quadtreeNode) isEmpty() bool {
200
return
len(qt.Objects) == 0 && !qt.hasNodes
201
}
202
203
func
(qt *quadtreeNode) unsplit() {
204
for
i := 0; i < 4; i++ {
Callers
1
unsplit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected