Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
void
146
ErrorHandler::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
155
void
Callers
3
open
Method · 0.45
read_tile
Method · 0.45
read_untiled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected