(weAreQuesting: boolean)
| 621 | } |
| 622 | |
| 623 | public setWeAreQuesting(weAreQuesting: boolean): void{ |
| 624 | this.weAreQuesting = weAreQuesting; |
| 625 | } |
| 626 | |
| 627 | // Private methods |
| 628 | private addEqItem(eqItem: EqItem, array: { [s: string]: EqItem; }): void{ |
no outgoing calls
no test coverage detected