Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_compile_context
Method
get_compile_context
src/tsutil/Regex.cc:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
return _general_context;
83
}
84
pcre2_compile_context *
85
get_compile_context()
86
{
87
return _compile_context;
88
}
89
pcre2_match_context *
90
get_match_context()
91
{
Callers
1
compile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected