Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
object::Object *EmptyIterator::clone ()
222
{
223
return new EmptyIterator (*this);
224
}
225
226
int EmptyIterator::compareTo (object::Comparable *other)
227
{
Callers
1
scrollTo
Method · 0.45
Calls
5
cloneIterator
Method · 0.80
cloneDeepIterator
Method · 0.80
size
Method · 0.45
put
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected