MCPcopy 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}
106inline Key Key::Value(int64_t v) SKR_NOEXCEPT
107{
108 Key k;
109 k.set_value(v);
110 return k;
111}
112inline Key Key::Value(float v) SKR_NOEXCEPT
113{
114 Key k;

Callers 2

serializeImplMethod · 0.45
mainFunction · 0.45

Calls 1

set_valueMethod · 0.45

Tested by

no test coverage detected