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

Function ts_lua_set_instance_conf

plugins/lua/ts_lua_util.cc:570–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void
571ts_lua_set_instance_conf(lua_State *L, ts_lua_instance_conf *conf)
572{
573 lua_pushliteral(L, "__ts_instance_conf");
574 lua_pushlightuserdata(L, conf);
575 lua_rawset(L, LUA_GLOBALSINDEX);
576}
577
578ts_lua_instance_conf *
579ts_lua_get_instance_conf(lua_State *L)

Callers 2

ts_lua_add_moduleFunction · 0.85
ts_lua_reload_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected