MCPcopy 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
195void msSHPDiskTreeClose(SHPTreeHandle disktree)
196{
197 fclose( disktree->fp );
198 free( disktree );
199}
200
201
202treeObj *msCreateTree(shapefileObj *shapefile, int maxdepth)

Callers 4

msSearchDiskTreeFunction · 0.85
msWriteTreeFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected