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

Method _ServerBlock

include/cripts/Context.hpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 cripts::Server::Connection connection;
110
111 _ServerBlock(Context *ctx)
112 {
113 response.set_state(&ctx->state);
114 request.set_state(&ctx->state);
115 connection.set_state(&ctx->state);
116 }
117
118 } _server;
119

Callers

nothing calls this directly

Calls 1

set_stateMethod · 0.45

Tested by

no test coverage detected