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

Function Procedure_IsReadOnly

src/procedures/procedure.c:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool Procedure_IsReadOnly(const ProcedureCtx *proc) {
147 ASSERT(proc != NULL);
148 return proc->readOnly;
149}
150
151void Proc_Free(ProcedureCtx *proc) {
152 if(!proc) return;

Callers 4

AST_ReadOnlyFunction · 0.85
NewProcCallOpFunction · 0.85
ProcCallConsumeFunction · 0.85
Proc_ProceduresStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected