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

Method set_state

include/cripts/Headers.hpp:390–394  ·  view source on GitHub ↗

This should only be called from the Context initializers!

Source from the content-addressed store, hash-verified

388
389 // This should only be called from the Context initializers!
390 void
391 set_state(cripts::Transaction *state)
392 {
393 _state = state;
394 }
395
396 Status status;
397 Reason reason;

Callers 3

gatherMethod · 0.45
_ClientBlockMethod · 0.45
_ServerBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected