MCPcopy Create free account
hub / github.com/DFHack/dfhack / isOptionEnabled

Function isOptionEnabled

plugins/workflow.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388static bool isOptionEnabled(unsigned flag)
389{
390 return config.isValid() && (config.ival(0) & flag) != 0;
391}
392
393static void setOptionEnabled(ConfigFlags flag, bool on)
394{

Callers 6

init_stateFunction · 0.70
map_job_itemsFunction · 0.70
process_constraintsFunction · 0.70
print_jobFunction · 0.70
workflow_cmdFunction · 0.70

Calls 2

ivalMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected