MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / SetErrorMessageCaption

Function SetErrorMessageCaption

src/core/log.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void SetErrorMessageCaption(const char* caption)
100 {
101 g_ErrorMessageCaption = (caption) ? caption : "";
102 }
103
104 static Callback g_Callback = &DefaultCallback;
105 static Severity g_MinSeverity = Severity::Info;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected