MCPcopy Create free account
hub / github.com/NVIDIA/DALI / TEST_F

Function TEST_F

dali/operators/decoder/cache/image_cache_blob_test.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41TEST_F(ImageCacheBlobTest, EmptyCache) {
42 EXPECT_FALSE(cache_->IsCached(kKey1));
43}
44
45TEST_F(ImageCacheBlobTest, Add) {
46 EXPECT_FALSE(cache_->IsCached(kKey1));

Callers

nothing calls this directly

Calls 5

to_stringFunction · 0.50
IsCachedMethod · 0.45
AddMethod · 0.45
sizeMethod · 0.45
ReadMethod · 0.45

Tested by

no test coverage detected