* Retrieve fact by id, raising an exception if it DNE * @param {String} factId * @return {Fact}
(factId)
| 64 | * @return {Fact} |
| 65 | */ |
| 66 | _getFact (factId) { |
| 67 | return this.factMap.get(factId) |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Registers fact with the almanac |
no outgoing calls
no test coverage detected