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

Function set_cont_flags

src/tscore/ContFlags.cc:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26thread_local ContFlags local_flags;
27
28void
29set_cont_flags(const ContFlags &flags)
30{
31 local_flags.set_flags(flags.get_flags());
32}
33
34void
35set_cont_flag(ContFlags::flags flag_bit, bool value)

Callers 3

process_eventMethod · 0.85
process_ready_listMethod · 0.85
set_remote_addrMethod · 0.85

Calls 2

set_flagsMethod · 0.80
get_flagsMethod · 0.45

Tested by

no test coverage detected