MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SWIG_CheckState

Function SWIG_CheckState

swig/python/export_wrap.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
317}
318SWIGINTERNINLINE int SWIG_CheckState(int r) {
319 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
320}
321#else /* no cast-rank mode */
322# define SWIG_AddCast
323# define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)

Callers 15

_wrap_Item___setslice__Function · 0.85
_wrap_Item___delitem__Function · 0.85
_wrap_Item___getitem__Function · 0.85
_wrap_Item___setitem__Function · 0.85
_wrap_Item_eraseFunction · 0.85
_wrap_new_ItemFunction · 0.85
_wrap_Item_resizeFunction · 0.85
_wrap_Item_insertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected