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

Method data

extlibs/sol3/include/sol/sol.hpp:21048–21050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21046 }
21047
21048 virtual void* data() override {
21049 return static_cast<void*>(std::addressof(data_));
21050 }
21051
21052 template <bool is_index = true, bool is_variable = false>
21053 static inline int call_with_(lua_State* L, void* target) {

Callers 15

sprintf_formatFunction · 0.45
logMethod · 0.45
to_string_viewFunction · 0.45
append_string_viewFunction · 0.45
append_intFunction · 0.45
pad_itMethod · 0.45
wstr_to_utf8bufFunction · 0.45
update_string_viewsMethod · 0.45
writeMethod · 0.45
print_ccode_Method · 0.45
print_range_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected