Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void
35
set_cont_flag(ContFlags::flags flag_bit, bool value)
36
{
37
local_flags.set_flag(flag_bit, value);
38
}
39
40
ContFlags
41
get_cont_flags()
Callers
nothing calls this directly
Calls
1
set_flag
Method · 0.80
Tested by
no test coverage detected