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

Function AR_SetPrivateDataRoutines

src/arithmetic/func_desc.c:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57inline void AR_SetPrivateDataRoutines
58(
59 AR_FuncDesc *func_desc,
60 AR_Func_Free free,
61 AR_Func_Clone clone
62) {
63 func_desc->callbacks.free = free;
64 func_desc->callbacks.clone = clone;
65}
66
67// get arithmetic function
68AR_FuncDesc *AR_GetFunc

Callers 4

Register_PathFuncsFunction · 0.85
Register_ListFuncsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected