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

Method createVariant

dw/iterator.cc:656–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656DeepIterator *DeepIterator::createVariant(Iterator *it)
657{
658 /** \todo Not yet implemented, and actually not yet needed very much. */
659 return new DeepIterator (it);
660}
661
662bool DeepIterator::isEmpty () {
663 return !hasContents;

Callers 2

switchLinkToSelectionMethod · 0.80
adjustSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected