MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / GxB_Iterator_get_BOOL

Function GxB_Iterator_get_BOOL

deps/GraphBLAS/Source/GxB_Iterator_get.c:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#undef GxB_Iterator_get_UDT
34
35bool GxB_Iterator_get_BOOL (GxB_Iterator iterator)
36{
37 return (GB_Iterator_get (iterator, bool)) ;
38}
39
40int8_t GxB_Iterator_get_INT8 (GxB_Iterator iterator)
41{

Callers 2

_next_m_iter_boolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected