** Execute a protected C call. */
| 829 | ** Execute a protected C call. |
| 830 | */ |
| 831 | struct CCallS { /* data to `f_Ccall' */ |
| 832 | lua_CFunction func; |
| 833 | void *ud; |
| 834 | }; |
| 835 | |
| 836 | |
| 837 | static void f_Ccall (lua_State *L, void *ud) { |
nothing calls this directly
no outgoing calls
no test coverage detected