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

Function Procedure_GetName

src/procedures/procedure.c:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141const char *Procedure_GetName(const ProcedureCtx *proc) {
142 ASSERT(proc != NULL);
143 return proc->name;
144}
145
146bool Procedure_IsReadOnly(const ProcedureCtx *proc) {
147 ASSERT(proc != NULL);

Callers 1

Proc_ProceduresStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected