Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
void 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
280
Index Index_New
Callers
4
Index_RemoveField
Function · 0.85
Index_Free
Function · 0.85
Schema_AddExactMatchIndex
Function · 0.85
Schema_AddFullTextIndex
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
no test coverage detected