| 203 | } |
| 204 | |
| 205 | float Node::get_float(const SocketType &input) const |
| 206 | { |
| 207 | assert(input.type == SocketType::FLOAT); |
| 208 | return get_socket_value<float>(this, input); |
| 209 | } |
| 210 | |
| 211 | float2 Node::get_float2(const SocketType &input) const |
| 212 | { |
no outgoing calls
no test coverage detected