Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSConfigDirGet
Function
TSConfigDirGet
src/api/InkAPI.cc:677–682 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
const char *
678
TSConfigDirGet()
679
{
680
static std::string sysconfdir = RecConfigReadConfigDir();
681
return sysconfdir.c_str();
682
}
683
684
const char *
685
TSRuntimeDirGet()
Callers
15
REGRESSION_TEST(SDK_API_TSfopen)
Function · 0.85
TSRemapNewInstance
Function · 0.85
makeConfigPath
Function · 0.85
TSPluginInit
Function · 0.85
parse_configs
Function · 0.85
StaticHitConfig
Method · 0.85
parse_file
Method · 0.85
parse_config
Method · 0.85
TSPluginInit
Function · 0.85
TSRemapNewInstance
Function · 0.85
makeConfigPath
Function · 0.85
readConfig
Method · 0.85
Calls
2
RecConfigReadConfigDir
Function · 0.85
c_str
Method · 0.45
Tested by
1
REGRESSION_TEST(SDK_API_TSfopen)
Function · 0.68