Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.85
catch
Function · 0.85
do_reader
Method · 0.85
do_string
Method · 0.85
do_file
Method · 0.85
invoke
Method · 0.85
Calls
1
abandon
Method · 0.45
Tested by
no test coverage detected