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

Function EffectsBufferBlock_Free

src/effects/effects.c:790–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790static inline void EffectsBufferBlock_Free
791(
792 struct EffectsBufferBlock *b
793) {
794 ASSERT(b != NULL);
795 rm_free(b);
796}
797
798void EffectsBuffer_Free
799(

Callers 1

EffectsBuffer_FreeFunction · 0.85

Calls 1

rm_freeFunction · 0.85

Tested by

no test coverage detected