Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ has_error
Method
has_error
src/libOpenImageIO/imagebuf.cpp:451–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
450
451
bool
452
ImageBuf::has_error () const
453
{
454
spin_lock lock (err_mutex);
455
return ! impl()->m_err.empty();
456
}
457
458
459
Callers
3
histogram
Method · 0.80
over
Method · 0.80
zover
Method · 0.80
Calls
2
impl
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected