(self, path, cleanPath)
| 2085 | */ |
| 2086 | |
| 2087 | function getPositionalPath(self, path, cleanPath) { |
| 2088 | getPositionalPathType(self, path, cleanPath); |
| 2089 | return self.subpaths[cleanPath]; |
| 2090 | } |
| 2091 | |
| 2092 | /** |
| 2093 | * Adds a method call to the queue. |
no test coverage detected