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

Function Procedure_Argc

src/procedures/procedure.c:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115uint Procedure_Argc(const ProcedureCtx *proc) {
116 ASSERT(proc != NULL);
117 return proc->argc;
118}
119
120uint Procedure_OutputCount(const ProcedureCtx *proc) {
121 ASSERT(proc != NULL);

Callers 1

_Validate_CALL_ClauseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected