MCPcopy Index your code
hub / github.com/Persper/code-analytics / empty

Method empty

test/cpp_test_repo/D/Utility.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 TIterator begin() { return _Range.first; }
92 TIterator end() { return _Range.second; }
93 bool empty() { return _Range.first == _Range.second; }
94 _RangeToEnumerable(const std::pair<TIterator, TIterator> range)
95 : _Range(range)
96 {

Callers 10

BuildMessageMethod · 0.45
InputBlocksMethod · 0.45
ExtractNVMPageMethod · 0.45
ExtractDRAMPageMethod · 0.45
InputBlocksMethod · 0.45
ExtractNVMPageMethod · 0.45
ExtractDRAMPageMethod · 0.45
predictMethod · 0.45
devrankFunction · 0.45
devrankFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected