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

Function set_cont_flag

src/tscore/ContFlags.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void
35set_cont_flag(ContFlags::flags flag_bit, bool value)
36{
37 local_flags.set_flag(flag_bit, value);
38}
39
40ContFlags
41get_cont_flags()

Callers

nothing calls this directly

Calls 1

set_flagMethod · 0.80

Tested by

no test coverage detected