Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/appium/appium
/ endpointRequiresSessionId
Method
endpointRequiresSessionId
lib/jsonwp-proxy/proxy.js:77–79 ·
view source on GitHub ↗
(endpoint)
Source
from the content-addressed store, hash-verified
75
}
76
77
endpointRequiresSessionId (endpoint) {
78
return
!_.includes([
'/session'
,
'/sessions'
,
'/status'
], endpoint);
79
}
80
81
set downstreamProtocol (value) {
82
this._downstreamProtocol = value;
Callers
1
getUrlForProxy
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected