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

Function ts_lua_get_plugin_dir

plugins/lua/ts_lua_misc.cc:619–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619static int
620ts_lua_get_plugin_dir(lua_State *L)
621{
622 const char *s = TSPluginDirGet();
623 lua_pushstring(L, s);
624 return 1;
625}
626
627static int
628ts_lua_get_traffic_server_version(lua_State *L)

Callers

nothing calls this directly

Calls 1

TSPluginDirGetFunction · 0.85

Tested by

no test coverage detected