Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
cib_op_t *
308
cib_op_func(int call_type)
309
{
310
return &(cib_server_ops[call_type].fn);
311
}
312
313
gboolean
314
cib_op_modifies(int call_type)
Callers
1
cib_process_command
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected