MCPcopy Create free account
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

resolveMethod · 0.85
resolve_named_aliasMethod · 0.85
field_irMethod · 0.85
rbs_typeMethod · 0.85
resolveInputFunction · 0.85
mainFunction · 0.85
resolveInputPathFunction · 0.85
writeJsonFunction · 0.85
generateTypeScriptFunction · 0.85
constructorMethod · 0.85
waitForConnectionMethod · 0.85
checkServerStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected