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

Function ts_lua_inject_hook_api

plugins/lua/ts_lua_hook.cc:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64static void ts_lua_inject_hook_variables(lua_State *L);
65
66void
67ts_lua_inject_hook_api(lua_State *L)
68{
69 lua_pushcfunction(L, ts_lua_add_hook);
70 lua_setfield(L, -2, "hook");
71
72 ts_lua_inject_hook_variables(L);
73}
74
75static void
76ts_lua_inject_hook_variables(lua_State *L)

Callers 1

ts_lua_inject_ts_apiFunction · 0.85

Calls 1

Tested by

no test coverage detected