MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / error

Method error

src/libutil/errorhandler.cpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144
145void
146ErrorHandler::error (const char *format, ...)
147{
148 va_list argptr;
149 va_start (argptr, format);
150 vError (format, argptr);
151 va_end (argptr);
152}
153
154
155void

Callers 3

openMethod · 0.45
read_tileMethod · 0.45
read_untiledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected