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

Function upToDate

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

Source from the content-addressed store, hash-verified

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

Callers 2

checkFunction · 0.70
handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected