MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / error

Method error

src/validation/validation-device.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void DeviceWrapper::error(const std::string& messageText) const
74 {
75 m_MessageCallback->message(MessageSeverity::Error, messageText.c_str());
76 }
77
78 void DeviceWrapper::warning(const std::string& messageText) const
79 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected