Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ clear_errors
Method
clear_errors
Source/ThirdParty/exr_reader.hh:44–47 ·
view source on GitHub ↗
Clear error stack
Source
from the content-addressed store, hash-verified
42
43
// Clear error stack
44
void clear_errors() {
45
errors_.clear();
46
has_error_ = false;
47
}
48
49
// Read n bytes into destination buffer
50
bool read(size_t n, uint8_t* dst) {
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected