MCPcopy 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
677const char *
678TSConfigDirGet()
679{
680 static std::string sysconfdir = RecConfigReadConfigDir();
681 return sysconfdir.c_str();
682}
683
684const char *
685TSRuntimeDirGet()

Callers 15

TSRemapNewInstanceFunction · 0.85
makeConfigPathFunction · 0.85
TSPluginInitFunction · 0.85
parse_configsFunction · 0.85
StaticHitConfigMethod · 0.85
parse_fileMethod · 0.85
parse_configMethod · 0.85
TSPluginInitFunction · 0.85
TSRemapNewInstanceFunction · 0.85
makeConfigPathFunction · 0.85
readConfigMethod · 0.85

Calls 2

RecConfigReadConfigDirFunction · 0.85
c_strMethod · 0.45

Tested by 1