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

Method push

dw/iterator.hh:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 ~Stack ();
154 inline Iterator *getTop () { return get (size () - 1); }
155 inline void push (Iterator *it) { put(it, -1); }
156 inline void pop() { getTop()->unref (); remove (size () - 1); }
157 };
158

Callers 2

nextMethod · 0.45
prevMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected