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

Function msDBFGetFieldCount

mapxbase.c:632–635  ·  view source on GitHub ↗

/ msDBFGetFieldCount() */ / Return the number of fields in this table. */ /

Source from the content-addressed store, hash-verified

630/* Return the number of fields in this table. */
631/************************************************************************/
632int msDBFGetFieldCount( DBFHandle psDBF )
633{
634 return( psDBF->nFields );
635}
636
637/************************************************************************/
638/* msDBFGetRecordCount() */

Callers 9

process_shapefilesFunction · 0.85
mainFunction · 0.85
msTiledSHPLayerGetItemsFunction · 0.85
msSHPLayerGetItemsFunction · 0.85
msDBFGetItemIndexFunction · 0.85
msDBFGetItemsFunction · 0.85
msDBFGetValuesFunction · 0.85
msDBFJoinConnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected