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

Method begin

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

Source from the content-addressed store, hash-verified

89 std::pair<TIterator, TIterator> _Range;
90public:
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)

Callers 10

ConfirmFunction · 0.45
InputBlocksMethod · 0.45
ExtractNVMPageMethod · 0.45
ExtractDRAMPageMethod · 0.45
ClearMethod · 0.45
InputBlocksMethod · 0.45
ExtractNVMPageMethod · 0.45
ExtractDRAMPageMethod · 0.45
ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected