Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
void
192
verify_pe_options(GHashTable * options)
193
{
194
verify_all_options(options, pe_opts, DIMOF(pe_opts));
195
}
196
197
const char *
198
pe_pref(GHashTable * options, const char *name)
Callers
1
unpack_config
Function · 0.85
Calls
1
verify_all_options
Function · 0.85
Tested by
no test coverage detected