MCPcopy Create free account
hub / github.com/Segs/Segs / get_field

Function get_field

3rd_party/lua_sol2/include/sol.hpp:8050–8052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8048
8049 template <bool global = false, bool raw = false, typename Key>
8050 void get_field(lua_State* L, Key&& key) {
8051 field_getter<meta::unqualified_t<Key>, global, raw>{}.get(L, std::forward<Key>(key));
8052 }
8053
8054 template <bool global = false, bool raw = false, typename Key>
8055 void get_field(lua_State* L, Key&& key, int tableindex) {

Callers 2

indexing_failFunction · 0.85
walk_single_baseFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected