MCPcopy Create free account
hub / github.com/apache/trafficserver / TSInstallDirGet

Function TSInstallDirGet

src/api/InkAPI.cc:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668////////////////////////////////////////////////////////////////////
669
670const char *
671TSInstallDirGet()
672{
673 static std::string prefix = Layout::get()->prefix;
674 return prefix.c_str();
675}
676
677const char *
678TSConfigDirGet()

Callers 6

TSPluginInitFunction · 0.85
make_state_pathFunction · 0.85
make_state_pathFunction · 0.85
ts_lua_get_install_dirFunction · 0.85

Calls 2

getFunction · 0.50
c_strMethod · 0.45