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

Function EffectsBuffer_Length

src/effects/effects.c:271–278  ·  view source on GitHub ↗

returns number of effects in buffer

Source from the content-addressed store, hash-verified

269
270// returns number of effects in buffer
271uint64_t EffectsBuffer_Length
272(
273 const EffectsBuffer *buff // effects-buffer
274) {
275 ASSERT(buff != NULL);
276
277 return buff->n;
278}
279
280// get a copy of effects-buffer internal buffer
281unsigned char *EffectsBuffer_Buffer

Callers 2

_ExecuteQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected