Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setErrorResponse
Method
setErrorResponse
valdi/test/utils/MockDownloader.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void MockDownloader::setErrorResponse(const StringBox& url, const Error& response) {
44
std::unique_lock<Mutex> guard(_mutex);
45
_responses[url] = response;
46
}
Callers
1
SetUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected