Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ msTreeTrim
Function
msTreeTrim
maptree.c:450–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
}
449
450
void msTreeTrim(treeObj *tree)
451
{
452
treeNodeTrim(tree->root);
453
}
454
455
static void searchDiskTreeNode(SHPTreeHandle disktree, rectObj aoi, ms_bitarray status)
456
{
Callers
1
msWriteTree
Function · 0.85
Calls
1
treeNodeTrim
Function · 0.85
Tested by
no test coverage detected