MCPcopy
hub / github.com/webpack/webpack / upToDate

Function upToDate

hot/only-dev-server.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 /** @type {undefined | string} */
8 var lastHash;
9 var upToDate = function upToDate() {
10 return /** @type {string} */ (lastHash).indexOf(__webpack_hash__) >= 0;
11 };
12 var log = require("./log");
13 var check = function check() {
14 module.hot

Callers 2

checkFunction · 0.70
handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected