MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / f

Function f

javascript/selenium-webdriver/test/lib/promise_test.js:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 then() {},
63 }
64 const f = () => {}
65 f.then = () => {}
66 assert.equal(true, promise.isPromise(x))
67 assert.equal(true, promise.isPromise(p))

Callers 3

cvFunction · 0.50
jquery.min.jsFile · 0.50
gFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected