| 216 | // *********************************************************************** |
| 217 | |
| 218 | int LuaIdentity(lua_State* pLua) { |
| 219 | Identity(); |
| 220 | return 0; |
| 221 | } |
| 222 | |
| 223 | // *********************************************************************** |
| 224 |
nothing calls this directly
no test coverage detected