Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ isDataSet
Method
isDataSet
src/loader/loader/segment_data_source.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
bool SegmentDataSource::isDataSet() const
30
{
31
return !_data.empty();
32
}
33
34
const std::uint8_t* SegmentDataSource::getData() const
35
{
Callers
1
TEST_F
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST_F
Function · 0.64