Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ tearDown
Method
tearDown
valdi/test/runtime/AssetsManager_tests.cpp:203–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
bool allCallbacksCalled() const {
202
return callbacks.empty();
203
}
204
205
void tearDown() {
206
ASSERT_TRUE(allCallbacksCalled());
207
assetsManager->setListener(nullptr);
208
assets.clear();
209
}
210
Callers
1
TEST
Function · 0.45
Calls
2
setListener
Method · 0.65
clear
Method · 0.65
Tested by
no test coverage detected