MCPcopy Create free account
hub / github.com/defold/defold / ReadCosTableDataOriginal

Function ReadCosTableDataOriginal

engine/script/src/test/test_script_table.cpp:104–107  ·  view source on GitHub ↗

The v0.0 tables were generated with dense keys.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ReadSerializedTableFunction · 0.85

Tested by

no test coverage detected