MCPcopy Create free account
hub / github.com/apache/trafficserver / LocalIP

Method LocalIP

include/cripts/Connections.hpp:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 }
494
495 [[nodiscard]] cripts::IP
496 LocalIP() const override
497 {
498 return cripts::IP{TSHttpTxnIncomingAddrGet(_state->txnp)};
499 }
500 }; // End class Client::Connection
501
502} // namespace Client

Callers 1

valueMethod · 0.80

Calls 2

TSHttpTxnIncomingAddrGetFunction · 0.85
TSHttpTxnOutgoingAddrGetFunction · 0.85

Tested by

no test coverage detected