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

Function OptionalClone

src/execution_plan/ops/op_optional.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static inline OpBase *OptionalClone(const ExecutionPlan *plan, const OpBase *opBase) {
49 Optional *op = (Optional *)opBase;
50 OpBase *clone = NewOptionalOp(plan);
51 return clone;
52}

Callers

nothing calls this directly

Calls 1

NewOptionalOpFunction · 0.85

Tested by

no test coverage detected