Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ baseUrl
Method
baseUrl
deps/undici/undici.js:6007–6009 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6005
__name(this,
"EnvironmentSettingsObjectBase"
);
6006
}
6007
get baseUrl() {
6008
return
getGlobalOrigin();
6009
}
6010
get origin() {
6011
return
this.baseUrl?.origin;
6012
}
Callers
nothing calls this directly
Calls
1
getGlobalOrigin
Function · 0.70
Tested by
no test coverage detected