MCPcopy Create free account
hub / github.com/antopilo/Nuake / UUIDFromString

Function UUIDFromString

Nuake/Source/Nuake/Scripting/NetModules/UINetAPI.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace Nuake;
15
16UUID UUIDFromString(const std::string& input)
17{
18 return std::stoull(input);
19}
20
21Coral::String FindChildByIDIcall(const Coral::String& canvasUUID, const Coral::String& id, const Coral::String& id2)
22{

Callers 9

FindChildByIDIcallFunction · 0.85
HasNativeInstanceICallFunction · 0.85
GetVisibilityICallFunction · 0.85
SetWidthPercentageICallFunction · 0.85
SetHeightPercentageICallFunction · 0.85
SetVisibilityICallFunction · 0.85
GetTextNodeTextICallFunction · 0.85
SetTextNodeTextICallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected