Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/node-red/node-red
/ getDifferentTestURL
Function
getDifferentTestURL
test/nodes/core/network/21-httprequest_spec.js:186–188 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
184
}
185
186
function
getDifferentTestURL(url) {
187
return
"http://127.0.0.1:"
+testPort+url;
188
}
189
190
function
getSslTestURLWithoutProtocol(url) {
191
return
"localhost:"
+testSslPort+url;
Callers
1
21-httprequest_spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected