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

Method set_context

include/cripts/Urls.hpp:573–577  ·  view source on GitHub ↗

Some of these URL objects needs the full Context, making life miserable.

Source from the content-addressed store, hash-verified

571
572 // Some of these URL objects needs the full Context, making life miserable.
573 void
574 set_context(cripts::Context *context)
575 {
576 _context = context;
577 }
578
579 // This is the full string for a URL, which needs allocations.
580 [[nodiscard]] cripts::string String();

Callers 10

_migrateFromSSLMethod · 0.45
net_acceptFunction · 0.45
do_blocking_acceptMethod · 0.45
acceptFastEventMethod · 0.45
connect_reMethod · 0.45
_recv_packetMethod · 0.45
connect_reMethod · 0.45
TSVConnFdCreateFunction · 0.45
_UrlBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected