MCPcopy 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

startMethod · 0.80
startMethod · 0.80
givenStubServerFunction · 0.80
hasOneRelationAcceptanceFunction · 0.80
createCustomerAddressFunction · 0.80
findCustomerAddressFunction · 0.80
patchCustomerAddressFunction · 0.80
deleteCustomerAddressFunction · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 1

givenStubServerFunction · 0.64