Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SeleniumHQ/selenium
/ get
Function
get
javascript/selenium-webdriver/lib/http.js:156–158 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
154
}
155
156
function
get(path) {
157
return
resource(
'GET'
, path)
158
}
159
160
function
resource(method, path) {
161
return
{ method: method, path: path }
Callers
1
http.js
File · 0.70
Calls
1
resource
Function · 0.70
Tested by
no test coverage detected