* Updates the hash with the data contributed by this instance. * @param {Hash} hash the hash * @param {RuntimeSpec} runtime the runtime * @returns {void}
(hash, runtime)
| 1827 | * @returns {void} |
| 1828 | */ |
| 1829 | updateHash(hash, runtime) { |
| 1830 | this._updateHash(hash, runtime, new Set()); |
| 1831 | } |
| 1832 | |
| 1833 | /** |
| 1834 | * Updates hash using the provided hash. |
nothing calls this directly
no test coverage detected