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

Function lstackGetCount

deps/leptonica/src/stack.c:246–255  ·  view source on GitHub ↗

! * \brief lstackGetCount() * * \param[in] lstack * \return count, or 0 on error */

Source from the content-addressed store, hash-verified

244 * \return count, or 0 on error
245 */
246l_int32
247lstackGetCount(L_STACK *lstack)
248{
249 PROCNAME("lstackGetCount");
250
251 if (!lstack)
252 return ERROR_INT("lstack not defined", procName, 1);
253
254 return lstack->n;
255}
256
257
258

Callers 8

pixSeedfill4BBFunction · 0.85
pixSeedfill8BBFunction · 0.85
pixSeedfill4Function · 0.85
pixSeedfill8Function · 0.85
pushFillsegBBFunction · 0.85
pushFillsegFunction · 0.85
pushNewPixelFunction · 0.85
pushWSPixelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected