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

Function msWFSLayerOpenVT

mapwfslayer.c:850–854  ·  view source on GitHub ↗

* msWFSLayerOpenVT() * * Overloaded version of msWFSLayerOpen for virtual table architecture **********************************************************************/

Source from the content-addressed store, hash-verified

848 * Overloaded version of msWFSLayerOpen for virtual table architecture
849 **********************************************************************/
850int
851msWFSLayerOpenVT(layerObj *lp)
852{
853 return msWFSLayerOpen(lp, NULL, NULL);
854}
855
856/**********************************************************************
857 * msWFSLayerIsOpen()

Callers

nothing calls this directly

Calls 1

msWFSLayerOpenFunction · 0.85

Tested by

no test coverage detected