MCPcopy 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

result op_swapMethod · 0.85
basic_varClass · 0.85
result op_swapMethod · 0.85
result op_destroyMethod · 0.85
to_stringMethod · 0.85
detachMethod · 0.85
selfincMethod · 0.85
selfdecMethod · 0.85
prep_callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected