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