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

Function base_class_cast_key

extlibs/sol3/include/sol/sol.hpp:7905–7908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7903 }
7904
7905 inline decltype(auto) base_class_cast_key() {
7906 static const auto& key = "class_cast";
7907 return key;
7908 }
7909
7910 inline decltype(auto) base_class_index_propogation_key() {
7911 static const auto& key = u8"\xF0\x9F\x8C\xB2.index";

Callers 4

get_no_lua_nil_fromMethod · 0.85
make_string_viewFunction · 0.85
operator()Method · 0.85
register_usertypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected