Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ stack_index
Method
stack_index
include/sol/reference.hpp:287–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
286
protected:
287
int stack_index() const noexcept {
288
return -1;
289
}
290
291
stateless_reference(lua_State* L_, global_tag_t) noexcept {
292
#if SOL_IS_ON(SOL_SAFE_STACK_CHECK)
Callers
6
index_of
Method · 0.45
index_of
Method · 0.45
stateless_reference
Method · 0.45
equals
Method · 0.45
basic_reference
Method · 0.45
operator==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected