Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ lock
Method
lock
valdi/src/valdi/runtime/Context/Context.cpp:427–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
std::unique_lock<Mutex> Context::lock() const {
428
return std::unique_lock<Mutex>(_mutex);
429
}
430
431
Ref<ValdiObject> Context::getUserData() const {
432
std::lock_guard<Mutex> guard(_mutex);
Callers
15
TEST_P
Function · 0.45
TEST_P
Method · 0.45
addMockedResponse
Method · 0.45
performRequest
Method · 0.45
makeCompletion
Method · 0.45
cancel
Method · 0.45
updateAllAssets
Method · 0.45
cancelRequest
Method · 0.45
handleResponse
Method · 0.45
waitForANR
Method · 0.45
ViewNodeTestsDependencies
Method · 0.45
downloadItem
Method · 0.45
Calls
no outgoing calls
Tested by
15
TEST_P
Function · 0.36
TEST_P
Method · 0.36
addMockedResponse
Method · 0.36
performRequest
Method · 0.36
makeCompletion
Method · 0.36
cancel
Method · 0.36
updateAllAssets
Method · 0.36
cancelRequest
Method · 0.36
handleResponse
Method · 0.36
waitForANR
Method · 0.36
ViewNodeTestsDependencies
Method · 0.36
downloadItem
Method · 0.36