Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ Value
Method
Value
modules/gui/gui/include/SkrGui/framework/key.hpp:106–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
return k;
105
}
106
inline Key Key::Value(int64_t v) SKR_NOEXCEPT
107
{
108
Key k;
109
k.set_value(v);
110
return k;
111
}
112
inline Key Key::Value(float v) SKR_NOEXCEPT
113
{
114
Key k;
Callers
2
serializeImpl
Method · 0.45
main
Function · 0.45
Calls
1
set_value
Method · 0.45
Tested by
no test coverage detected