Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
iterator
Class · 0.50
get_type
Method · 0.45
Tested by
no test coverage detected