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

Function ReadSinTableDataOriginal

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

Source from the content-addressed store, hash-verified

107}
108
109static int ReadSinTableDataOriginal(lua_State* L)
110{
111 return ReadSerializedTable(L, TABLE_SIN_V0_DAT, TABLE_SIN_V0_DAT_SIZE, sin, 1);
112}
113
114TEST_F(LuaTableTest, AttemptReadUnsupportedVersion)
115{

Callers

nothing calls this directly

Calls 1

ReadSerializedTableFunction · 0.85

Tested by

no test coverage detected