Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ StackIterator
Method
StackIterator
lout/container.hh:353–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
Stack::Node *current;
352
public:
353
StackIterator(Stack::Node *node) { current = node; }
354
bool hasNext();
355
Object *getNext();
356
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected