* Updates the hash with the data contributed by this instance. * @param {Hash} hash the hash * @param {RuntimeSpec} runtime the runtime * @returns {void}
(hash, runtime)
| 900 | * @returns {void} |
| 901 | */ |
| 902 | updateHash(hash, runtime) { |
| 903 | this._updateHash(hash, runtime, new Set()); |
| 904 | } |
| 905 | |
| 906 | /** |
| 907 | * Updates hash using the provided hash. |
nothing calls this directly
no test coverage detected