Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/ address
Method
address
packages/http-server/src/http-server.ts:254–256 ·
view source on GitHub ↗
* Address of the HTTP / HTTPS server
()
Source
from the content-addressed store, hash-verified
252
* Address of the HTTP / HTTPS server
253
*/
254
public get address(): string | AddressInfo | undefined {
255
return
this._listening ? this._address : undefined;
256
}
257
}
258
259
/**
Callers
14
start
Method · 0.80
start
Method · 0.80
givenStubServer
Function · 0.80
hasOneRelationAcceptance
Function · 0.80
createCustomerAddress
Function · 0.80
findCustomerAddress
Function · 0.80
findCustomerAddressWithFilter
Function · 0.80
patchCustomerAddress
Function · 0.80
deleteCustomerAddress
Function · 0.80
metrics-push.acceptance.ts
File · 0.80
authentication-with-passport-strategy-oauth2-adapter.acceptance.ts
File · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
1
givenStubServer
Function · 0.64