MCPcopy 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_ofMethod · 0.45
index_ofMethod · 0.45
stateless_referenceMethod · 0.45
equalsMethod · 0.45
basic_referenceMethod · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected