| 191 | } |
| 192 | |
| 193 | uint Node::get_uint(const SocketType &input) const |
| 194 | { |
| 195 | assert(input.type == SocketType::UINT); |
| 196 | return get_socket_value<uint>(this, input); |
| 197 | } |
| 198 | |
| 199 | uint64_t Node::get_uint64(const SocketType &input) const |
| 200 | { |
no outgoing calls
no test coverage detected