Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ clearErrors
Method
clearErrors
qrenderdoc/Windows/EventBrowser.cpp:1452–1457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1450
return *this;
1451
}
1452
void clearErrors()
1453
{
1454
errorText.clear();
1455
position = -1;
1456
length = 0;
1457
}
1458
};
1459
1460
struct CustomFilterCallbacks
Callers
1
ParseExpressionToFilters
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected