MCPcopy Create free account
hub / github.com/MapServer/MapServer / msMSSQL2008LayerIsOpen

Function msMSSQL2008LayerIsOpen

mapmssql2008.c:451–454  ·  view source on GitHub ↗

Return MS_TRUE if layer is open, MS_FALSE otherwise. */

Source from the content-addressed store, hash-verified

449
450/* Return MS_TRUE if layer is open, MS_FALSE otherwise. */
451int msMSSQL2008LayerIsOpen(layerObj *layer)
452{
453 return getMSSQL2008LayerInfo(layer) ? MS_TRUE : MS_FALSE;
454}
455
456
457/* Free the itemindexes array in a layer. */

Callers

nothing calls this directly

Calls 2

getMSSQL2008LayerInfoFunction · 0.85
msSetErrorFunction · 0.85

Tested by

no test coverage detected