MCPcopy 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
29bool SegmentDataSource::isDataSet() const
30{
31 return !_data.empty();
32}
33
34const std::uint8_t* SegmentDataSource::getData() const
35{

Callers 1

TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.64