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

Function verify_pe_options

lib/pengine/common.c:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void
192verify_pe_options(GHashTable * options)
193{
194 verify_all_options(options, pe_opts, DIMOF(pe_opts));
195}
196
197const char *
198pe_pref(GHashTable * options, const char *name)

Callers 1

unpack_configFunction · 0.85

Calls 1

verify_all_optionsFunction · 0.85

Tested by

no test coverage detected