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

Function SI_Path

src/value.c:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75SIValue SI_Path(void *p) {
76 Path *path = (Path *)p;
77 return SIPath_New(path);
78}
79
80SIValue SI_EmptyArray() {
81 return SIArray_New(0);

Callers 3

Proc_SPpathsStepFunction · 0.85
Proc_SSpathsStepFunction · 0.85

Calls 1

SIPath_NewFunction · 0.85

Tested by

no test coverage detected