The v0.0 tables were generated with dense keys.
| 102 | |
| 103 | // The v0.0 tables were generated with dense keys. |
| 104 | static int ReadCosTableDataOriginal(lua_State* L) |
| 105 | { |
| 106 | return ReadSerializedTable(L, TABLE_COS_V0_DAT, TABLE_COS_V0_DAT_SIZE, cos, 1); |
| 107 | } |
| 108 | |
| 109 | static int ReadSinTableDataOriginal(lua_State* L) |
| 110 | { |
nothing calls this directly
no test coverage detected