MCPcopy Create free account
hub / github.com/Persper/code-analytics / end

Method end

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

Source from the content-addressed store, hash-verified

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)
95 : _Range(range)

Callers 14

GetStringMethod · 0.45
GetIntMethod · 0.45
GetDoubleMethod · 0.45
GetBoolMethod · 0.45
ConfirmFunction · 0.45
InputBlocksMethod · 0.45
ExtractNVMPageMethod · 0.45
ExtractDRAMPageMethod · 0.45
ClearMethod · 0.45
InputBlocksMethod · 0.45
ExtractNVMPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected