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