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

Method begin

extlibs/sol3/include/sol/sol.hpp:22973–22978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22971 }
22972
22973 iterator begin() const {
22974 if (this->get_type() == type::table) {
22975 return iterator(*this);
22976 }
22977 return iterator();
22978 }
22979
22980 iterator end() const {
22981 return iterator();

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.50
get_typeMethod · 0.45

Tested by

no test coverage detected