MCPcopy Create free account
hub / github.com/BrunoLevy/geogram / FPE_enabled

Function FPE_enabled

src/lib/geogram/basic/process.cpp:572–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571
572 bool FPE_enabled() {
573 return fpe_enabled_;
574 }
575
576 void enable_FPE(bool flag) {
577 if(fpe_initialized_ && fpe_enabled_ == flag) {

Callers 1

import_arg_group_sysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected