Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ from_uint
Function
from_uint
include/covscript/core/variable.hpp:319–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
static COVSCRIPT_ALWAYS_INLINE constexpr result from_uint(std::uintptr_t ui) noexcept
320
{
321
result r;
322
r._uint = ui;
323
return r;
324
}
325
};
326
enum class type : unsigned
327
{
Callers
1
hash
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected