Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ result
Function
result
include/covscript/core/variable.hpp:303–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
void *_ptr;
302
303
constexpr result() : _ptr(nullptr) {}
304
305
static COVSCRIPT_ALWAYS_INLINE constexpr result from_ptr(void *p) noexcept
306
{
Callers
11
var_op_svo_dispatcher
Class · 0.85
result op_swap
Method · 0.85
basic_var
Class · 0.85
var_op_heap_dispatcher
Class · 0.85
result op_swap
Method · 0.85
result op_destroy
Method · 0.85
to_string
Method · 0.85
detach
Method · 0.85
selfinc
Method · 0.85
selfdec
Method · 0.85
prep_call
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected