MCPcopy Create free account
hub / github.com/creatale/node-dv / lqueueGetCount

Function lqueueGetCount

deps/leptonica/src/queue.c:282–291  ·  view source on GitHub ↗

! * \brief lqueueGetCount() * * \param[in] lq lqueue * \return count, or 0 on error */

Source from the content-addressed store, hash-verified

280 * \return count, or 0 on error
281 */
282l_int32
283lqueueGetCount(L_QUEUE *lq)
284{
285 PROCNAME("lqueueGetCount");
286
287 if (!lq)
288 return ERROR_INT("lq not defined", procName, 0);
289
290 return lq->nelem;
291}
292
293
294/*---------------------------------------------------------------------*

Callers 5

generateBinaryMazeFunction · 0.85
pixSearchBinaryMazeFunction · 0.85
identifyWatershedBasinFunction · 0.85
seedfillGrayLowFunction · 0.85
seedfillGrayInvLowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected