get values */
| 179 | |
| 180 | /* get values */ |
| 181 | bool Node::get_bool(const SocketType &input) const |
| 182 | { |
| 183 | assert(input.type == SocketType::BOOLEAN); |
| 184 | return get_socket_value<bool>(this, input); |
| 185 | } |
| 186 | |
| 187 | int Node::get_int(const SocketType &input) const |
| 188 | { |
no outgoing calls
no test coverage detected