MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / Guard

Method Guard

extern/nfd/include/nfd.hpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 public:
143#ifndef NFD_THROWS_EXCEPTIONS
144 inline Guard() noexcept {
145 Init(); // always assume that initialization succeeds
146 }
147#else
148 inline Guard() {
149 if (!Init()) {

Callers

nothing calls this directly

Calls 2

InitFunction · 0.85
GetErrorFunction · 0.85

Tested by

no test coverage detected