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

Function ts_lua_set_cont_info

plugins/lua/ts_lua_util.cc:592–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void
593ts_lua_set_cont_info(lua_State *L, ts_lua_cont_info *ci)
594{
595 lua_pushliteral(L, "__ts_cont_info");
596 lua_pushlightuserdata(L, ci);
597 lua_rawset(L, LUA_GLOBALSINDEX);
598}
599
600ts_lua_cont_info *
601ts_lua_get_cont_info(lua_State *L)

Callers 7

ts_lua_http_cont_handlerFunction · 0.85
ts_lua_schedule_handlerFunction · 0.85
ts_lua_client_handlerFunction · 0.85
ts_lua_transform_handlerFunction · 0.85
ts_lua_remap_plugin_initFunction · 0.85
globalHookHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected