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:15385–15387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15383
}
15384
15385
iterator begin() {
15386
return iterator(L, index, stack_index() + return_count());
15387
}
15388
iterator end() {
15389
return iterator(L, stack_index() + return_count(), stack_index() + return_count());
15390
}
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.50
Tested by
no test coverage detected