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

Method begin

extlibs/sol3/include/sol/sol.hpp:25619–25621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25617 }
25618
25619 iterator begin() {
25620 return iterator(L, index, stacktop + 1);
25621 }
25622 iterator end() {
25623 return iterator(L, stacktop + 1, stacktop + 1);
25624 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected