Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/serverless/serverless
/ formatHostName
Function
formatHostName
packages/sf-core-installer/binary.js:15–15 ·
view source on GitHub ↗
(hostname)
Source
from the content-addressed store, hash-verified
13
}
14
15
const
formatHostName = (hostname) => hostname.replace(/^\.*/,
'.'
).toLowerCase()
16
17
const
parseNoProxyZone = (zone) => {
18
zone = zone.trim()
Callers
2
parseNoProxyZone
Function · 0.85
shouldBypassProxy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…