MCPcopy Create free account
hub / github.com/nodejs/node / baseUrl

Method baseUrl

deps/undici/src/lib/web/fetch/util.js:1457–1459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1455
1456class EnvironmentSettingsObjectBase {
1457 get baseUrl () {
1458 return getGlobalOrigin()
1459 }
1460
1461 get origin () {
1462 return this.baseUrl?.origin

Callers

nothing calls this directly

Calls 1

getGlobalOriginFunction · 0.70

Tested by

no test coverage detected