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

Function ts_lua_create_context_table

plugins/lua/ts_lua_context.cc:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void
44ts_lua_create_context_table(lua_State *L)
45{
46 lua_pushlightuserdata(L, &ts_http_context_key);
47 lua_newtable(L);
48 lua_rawset(L, LUA_GLOBALSINDEX);
49}
50
51static int
52ts_lua_context_get(lua_State *L)

Callers 2

ts_lua_create_vconn_ctxFunction · 0.85
ts_lua_create_http_ctxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected