Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
thread_local ContFlags local_flags;
27
28
void
29
set_cont_flags(const ContFlags &flags)
30
{
31
local_flags.set_flags(flags.get_flags());
32
}
33
34
void
35
set_cont_flag(ContFlags::flags flag_bit, bool value)
Callers
3
process_event
Method · 0.85
process_ready_list
Method · 0.85
set_remote_addr
Method · 0.85
Calls
2
set_flags
Method · 0.80
get_flags
Method · 0.45
Tested by
no test coverage detected