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

Class unsafe_function_result

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

Source from the content-addressed store, hash-verified

334 using stack_aligned_stack_handler_function = basic_protected_function<stack_reference, true, stack_reference>;
335
336 struct unsafe_function_result;
337 struct protected_function_result;
338 using safe_function_result = protected_function_result;
339#if defined(SOL_SAFE_FUNCTION) && SOL_SAFE_FUNCTION

Callers 3

invokeMethod · 0.85
unsafe_scriptMethod · 0.85
unsafe_script_fileMethod · 0.85

Calls 1

abandonMethod · 0.45

Tested by

no test coverage detected