MCPcopy Create free account
hub / github.com/apache/httpd / lua_open_hook

Function lua_open_hook

modules/lua/mod_lua.c:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static int lua_open_hook(lua_State *L, apr_pool_t *p)
125{
126 lua_open_callback(L, p, NULL);
127 return OK;
128}
129
130static const char *scope_to_string(unsigned int scope)
131{

Callers

nothing calls this directly

Calls 1

lua_open_callbackFunction · 0.85

Tested by

no test coverage detected