Cmd returns the current path segment command.
()
| 29 | |
| 30 | // Cmd returns the current path segment command. |
| 31 | func (s *PathScanner) Cmd() float64 { |
| 32 | return s.p.d[s.i] |
| 33 | } |
| 34 | |
| 35 | // Values returns the current path segment values. |
| 36 | func (s *PathScanner) Values() []float64 { |
no outgoing calls
no test coverage detected