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

Class protected_function_result

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

Source from the content-addressed store, hash-verified

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
340 using function_result = safe_function_result;

Callers 6

sol.hppFile · 0.85
catchFunction · 0.85
do_readerMethod · 0.85
do_stringMethod · 0.85
do_fileMethod · 0.85
invokeMethod · 0.85

Calls 1

abandonMethod · 0.45

Tested by

no test coverage detected