| 617 | } |
| 618 | |
| 619 | static int |
| 620 | ts_lua_get_plugin_dir(lua_State *L) |
| 621 | { |
| 622 | const char *s = TSPluginDirGet(); |
| 623 | lua_pushstring(L, s); |
| 624 | return 1; |
| 625 | } |
| 626 | |
| 627 | static int |
| 628 | ts_lua_get_traffic_server_version(lua_State *L) |
nothing calls this directly
no test coverage detected