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

Function resolve

javascript/selenium-webdriver/http/util.js:61–64  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

59
60 let done = false
61 let resolve = (status) => {
62 done = true
63 onResolve(status)
64 }
65 let reject = (err) => {
66 done = true
67 onReject(err)

Callers 15

checkServerStatusFunction · 0.70
onErrorFunction · 0.70
onResponseFunction · 0.70
resolveInputPathFunction · 0.50
writeJsonFunction · 0.50
generateTypeScriptFunction · 0.50
constructorMethod · 0.50
waitForConnectionMethod · 0.50
waitMethod · 0.50
evaluateConditionMethod · 0.50
pollConditionMethod · 0.50
createCDPConnectionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected