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

Function Procedure_OutputCount

src/procedures/procedure.c:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120uint Procedure_OutputCount(const ProcedureCtx *proc) {
121 ASSERT(proc != NULL);
122 return array_len(proc->output);
123}
124
125const char *Procedure_GetOutput(const ProcedureCtx *proc, uint output_idx) {
126 ASSERT(proc != NULL);

Callers 3

AST_BuildCallColumnNamesFunction · 0.85
_BuildCallProjectionsFunction · 0.85
Procedure_GetOutputFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected