MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / reverseIterate

Function reverseIterate

source/core/StarAlgorithm.hpp:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443template <typename Iterable>
444ReverseWrapper<Iterable> reverseIterate(Iterable& list) {
445 return ReverseWrapper<Iterable>(list);
446}
447
448template <typename Functor>
449class FinallyGuard {

Callers 8

updateMethod · 0.85
sendEventMethod · 0.85
getChildAtMethod · 0.85
renderMethod · 0.85
updateMethod · 0.85
sendEventMethod · 0.85
convexHullMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected