MCPcopy Create free account
hub / github.com/covscript/covscript / from_int

Function from_int

include/covscript/core/variable.hpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 static COVSCRIPT_ALWAYS_INLINE constexpr result from_int(std::intptr_t i) noexcept
313 {
314 result r;
315 r._int = i;
316 return r;
317 }
318
319 static COVSCRIPT_ALWAYS_INLINE constexpr result from_uint(std::uintptr_t ui) noexcept
320 {

Callers 6

to_integerMethod · 0.85
compareMethod · 0.85
abocmpMethod · 0.85
undcmpMethod · 0.85
aeqcmpMethod · 0.85
ueqcmpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected