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

Function SIValue_SetAllocationType

src/value.c:212–214  ·  view source on GitHub ↗

Update an SIValue's allocation type to the provided value. */

Source from the content-addressed store, hash-verified

210
211/* Update an SIValue's allocation type to the provided value. */
212inline void SIValue_SetAllocationType(SIValue *v, SIAllocation allocation) {
213 v->allocation = allocation;
214}
215
216inline bool SIValue_IsNull(SIValue v) {
217 return v.type == T_NULL;

Callers 2

AR_STARTNODEFunction · 0.85
AR_ENDNODEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected