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

Function IndexField_Free

src/index/index.c:269–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void IndexField_Free
270(
271 IndexField *field
272) {
273 ASSERT(field != NULL);
274
275 rm_free(field->name);
276 rm_free(field->phonetic);
277}
278
279// create a new index
280Index Index_New

Callers 4

Index_RemoveFieldFunction · 0.85
Index_FreeFunction · 0.85
Schema_AddFullTextIndexFunction · 0.85

Calls 1

rm_freeFunction · 0.85

Tested by

no test coverage detected