MCPcopy Index your code
hub / github.com/MapServer/MapServer / msOGRLayerOpenVT

Function msOGRLayerOpenVT

mapogr.cpp:2314–2317  ·  view source on GitHub ↗

* msOGRLayerOpenVT() * * Overloaded version of msOGRLayerOpen for virtual table architecture **********************************************************************/

Source from the content-addressed store, hash-verified

2312 * Overloaded version of msOGRLayerOpen for virtual table architecture
2313 **********************************************************************/
2314static int msOGRLayerOpenVT(layerObj *layer)
2315{
2316 return msOGRLayerOpen(layer, NULL);
2317}
2318
2319/**********************************************************************
2320 * msOGRLayerClose()

Callers

nothing calls this directly

Calls 1

msOGRLayerOpenFunction · 0.85

Tested by

no test coverage detected