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

Function cib_op_modifies

cib/common.c:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313gboolean
314cib_op_modifies(int call_type)
315{
316 return cib_server_ops[call_type].modifies_cib;
317}
318
319int
320cib_op_can_run(int call_type, int call_options, gboolean privileged, gboolean global_update)

Callers 3

parse_local_optionsFunction · 0.85
cib_process_requestFunction · 0.85
cib_process_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected