Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSPluginDirGet
Function
TSPluginDirGet
src/api/InkAPI.cc:713–718 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
711
}
712
713
const char *
714
TSPluginDirGet()
715
{
716
static std::string path = RecConfigReadPluginDir();
717
return path.c_str();
718
}
719
720
////////////////////////////////////////////////////////////////////
721
//
Callers
4
TSPluginInit
Function · 0.85
read_denylist
Function · 0.85
REGRESSION_TEST(SDK_API_TSPluginDirGet)
Function · 0.85
ts_lua_get_plugin_dir
Function · 0.85
Calls
2
RecConfigReadPluginDir
Function · 0.85
c_str
Method · 0.45
Tested by
1
REGRESSION_TEST(SDK_API_TSPluginDirGet)
Function · 0.68