MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / cib_op_func

Function cib_op_func

cib/common.c:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307cib_op_t *
308cib_op_func(int call_type)
309{
310 return &(cib_server_ops[call_type].fn);
311}
312
313gboolean
314cib_op_modifies(int call_type)

Callers 1

cib_process_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected