MCPcopy 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
451bool
452ImageBuf::has_error () const
453{
454 spin_lock lock (err_mutex);
455 return ! impl()->m_err.empty();
456}
457
458
459

Callers 3

histogramMethod · 0.80
overMethod · 0.80
zoverMethod · 0.80

Calls 2

implFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected