MCPcopy Create free account
hub / github.com/ThePhD/sol2 / registry_index

Method registry_index

include/sol/stack_reference.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 int m_index = 0;
46
47 int registry_index() const noexcept {
48 return LUA_NOREF;
49 }
50
51 public:
52 stateless_stack_reference() noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected