MCPcopy Create free account
hub / github.com/dillo-browser/dillo / clone

Method clone

dw/iterator.cc:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221object::Object *EmptyIterator::clone ()
222{
223 return new EmptyIterator (*this);
224}
225
226int EmptyIterator::compareTo (object::Comparable *other)
227{

Callers 1

scrollToMethod · 0.45

Calls 5

cloneIteratorMethod · 0.80
cloneDeepIteratorMethod · 0.80
sizeMethod · 0.45
putMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected