Register this file's functions with the * luaopen_libraryname() function, where libraryname * is the name of the compiled .so output. In other words * it's the filename (but not extension) after the -o * in the cc command. * * So for instance, if your cc command has -o rabbithttp.so then * this function would be called luaopen_rabbithttp(). * * This function should contain lua_register()
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected