MCPcopy Create free account
hub / github.com/crawl/crawl / push_back

Method push_back

crawl-ref/source/message.cc:301–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 void push_back(const T& item)
302 {
303 data[end] = item;
304 inc(&end);
305 if (end == 0)
306 has_circled = true;
307 }
308
309 void roll_back(int n)
310 {

Callers 1

store_msgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected