MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Build

Function Build

javascript/selenium-webdriver/lib/test/build.js:47–50  ·  view source on GitHub ↗
(targets)

Source from the content-addressed store, hash-verified

45 * @constructor
46 */
47const Build = function (targets) {
48 checkIsDevMode()
49 this.targets_ = targets
50}
51
52/** @private {boolean} */
53Build.prototype.cacheResults_ = false

Callers

nothing calls this directly

Calls 1

checkIsDevModeFunction · 0.85

Tested by

no test coverage detected