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

Function ts_lua_get_install_dir

plugins/lua/ts_lua_misc.cc:595–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595static int
596ts_lua_get_install_dir(lua_State *L)
597{
598 const char *s = TSInstallDirGet();
599 lua_pushstring(L, s);
600 return 1;
601}
602
603static int
604ts_lua_get_config_dir(lua_State *L)

Callers

nothing calls this directly

Calls 1

TSInstallDirGetFunction · 0.85

Tested by

no test coverage detected