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

Method cbegin

extlibs/sol3/include/sol/sol.hpp:24823–24825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24821 }
24822
24823 const_iterator cbegin() const {
24824 return global.cbegin();
24825 }
24826
24827 const_iterator cend() const {
24828 return global.cend();

Callers 4

operator()Method · 0.45
on_numMethod · 0.45
make_chunk_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected