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

Method _ClientBlock

include/cripts/Context.hpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 cripts::Client::URL url;
97
98 _ClientBlock(Context *ctx)
99 {
100 response.set_state(&ctx->state);
101 request.set_state(&ctx->state);
102 connection.set_state(&ctx->state);
103 }
104 } _client;
105
106 struct _ServerBlock {

Callers

nothing calls this directly

Calls 1

set_stateMethod · 0.45

Tested by

no test coverage detected