Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ msSHPDiskTreeClose
Function
msSHPDiskTreeClose
maptree.c:195–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
194
195
void msSHPDiskTreeClose(SHPTreeHandle disktree)
196
{
197
fclose( disktree->fp );
198
free( disktree );
199
}
200
201
202
treeObj *msCreateTree(shapefileObj *shapefile, int maxdepth)
Callers
4
msSearchDiskTree
Function · 0.85
msWriteTree
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected