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

Function cib_op_prepare

cib/common.c:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337int
338cib_op_prepare(int call_type, xmlNode * request, xmlNode ** input, const char **section)
339{
340 return cib_server_ops[call_type].prepare(request, input, section);
341}
342
343int
344cib_op_cleanup(int call_type, int options, xmlNode ** input, xmlNode ** output)

Callers 1

cib_process_commandFunction · 0.85

Calls 1

prepareMethod · 0.45

Tested by

no test coverage detected