Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
value
Method · 0.80
Calls
2
TSHttpTxnIncomingAddrGet
Function · 0.85
TSHttpTxnOutgoingAddrGet
Function · 0.85
Tested by
no test coverage detected