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

Function GetError

extern/nfd/include/nfd.hpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64inline const char* GetError() noexcept {
65 return ::NFD_GetError();
66}
67
68inline void ClearError() noexcept {
69 ::NFD_ClearError();

Callers 1

GuardMethod · 0.85

Calls 1

NFD_GetErrorFunction · 0.50

Tested by

no test coverage detected