MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / begin

Method begin

extlibs/sol3/include/sol/sol.hpp:15241–15243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15239 }
15240
15241 iterator begin() {
15242 return iterator(L, index, stack_index() + return_count());
15243 }
15244 iterator end() {
15245 return iterator(L, stack_index() + return_count(), stack_index() + return_count());
15246 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected