(cuePath)
| 16211 | if (hit) return hit.getLine().substr((prefix + this.atomBreakSymbol).length) |
| 16212 | } |
| 16213 | get(cuePath) { |
| 16214 | const particle = this._getParticleByPath(cuePath) |
| 16215 | return particle === undefined ? undefined : particle.content |
| 16216 | } |
| 16217 | getOneOf(keys) { |
| 16218 | for (let i = 0; i < keys.length; i++) { |
| 16219 | const value = this.get(keys[i]) |
no test coverage detected