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

Method stack_index

extlibs/sol3/include/sol/sol.hpp:23978–23980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23976 return L;
23977 };
23978 int stack_index() const noexcept {
23979 return index;
23980 };
23981
23982 ~load_result() {
23983 stack::remove(L, index, popcount);

Callers 15

stack_referenceMethod · 0.45
operator==Function · 0.45
index_ofMethod · 0.45
stateless_referenceMethod · 0.45
basic_referenceMethod · 0.45
clearFunction · 0.45
clear_entriesFunction · 0.45
basic_objectMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
getFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected