MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / GetCheckMessage

Function GetCheckMessage

src/nvcv/util/CheckError.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44namespace detail {
45const char *GetCheckMessage(char *buf, int bufsize)
46{
47 NVCV_ASSERT(buf != nullptr);
48 (void)buf;
49 (void)bufsize;
50
51 return "";
52}
53
54char *GetCheckMessage(char *buf, int bufsize, const char *fmt, ...)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected