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

Function msDBFGetRecordCount

mapxbase.c:642–645  ·  view source on GitHub ↗

/ msDBFGetRecordCount() */ / Return the number of records in this table. */ /

Source from the content-addressed store, hash-verified

640/* Return the number of records in this table. */
641/************************************************************************/
642int msDBFGetRecordCount( DBFHandle psDBF )
643{
644 return( psDBF->nRecords );
645}
646
647/************************************************************************/
648/* msDBFGetFieldInfo() */

Callers 2

mainFunction · 0.85
msDBFJoinNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected