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

Function base_class_check_key

extlibs/sol3/include/sol/sol.hpp:7900–7903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7898 namespace detail {
7899
7900 inline decltype(auto) base_class_check_key() {
7901 static const auto& key = "class_check";
7902 return key;
7903 }
7904
7905 inline decltype(auto) base_class_cast_key() {
7906 static const auto& key = "class_cast";

Callers 3

checkMethod · 0.85
operator()Method · 0.85
register_usertypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected