Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
790
static inline void EffectsBufferBlock_Free
791
(
792
struct EffectsBufferBlock *b
793
) {
794
ASSERT(b != NULL);
795
rm_free(b);
796
}
797
798
void EffectsBuffer_Free
799
(
Callers
1
EffectsBuffer_Free
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
no test coverage detected