| 225 | //------------------------------------------------------------------------ |
| 226 | template <class T, unsigned S, unsigned P> |
| 227 | inline unsigned vertex_block_storage<T, S, P>::last_command() const |
| 228 | { |
| 229 | if (m_total_vertices) |
| 230 | return command(m_total_vertices - 1); |
| 231 | return path_cmd_stop; |
| 232 | } |
| 233 | |
| 234 | //------------------------------------------------------------------------ |
| 235 | template <class T, unsigned S, unsigned P> |
no outgoing calls
no test coverage detected