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

Method set_flags

include/tscore/ContFlags.h:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 ContFlags(ContFlags const &that) = default;
46 ContFlags(uint32_t in_flags) : raw_flags(in_flags) {}
47 void
48 set_flags(uint32_t new_flags)
49 {
50 raw_flags = new_flags;
51 }
52 ContFlags &
53 operator=(ContFlags const &other)
54 {

Callers 7

ContFlagsClass · 0.95
scheduleMethod · 0.80
schedule_localMethod · 0.80
attach_server_sessionMethod · 0.80
release_transactionMethod · 0.80
set_cont_flagsFunction · 0.80
ContinuationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected