MCPcopy 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
15const formatHostName = (hostname) => hostname.replace(/^\.*/, '.').toLowerCase()
16
17const parseNoProxyZone = (zone) => {
18 zone = zone.trim()

Callers 2

parseNoProxyZoneFunction · 0.85
shouldBypassProxyFunction · 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…