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