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

Method CheckDDF

engine/script/src/test/test_script_ddf.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 uint32_t m_Size;
429 char* m_Buffer;
430 static void CheckDDF(lua_State* L, Test* test)
431 {
432 test->m_Size = dmScript::CheckDDF(L, TestScript::Uint64Msg::m_DDFDescriptor, test->m_Buffer, sizeof(TestScript::Uint64Msg), -1);
433 }
434
435 static int TestString(lua_State* L)
436 {

Callers

nothing calls this directly

Calls 1

CheckDDFFunction · 0.85

Tested by

no test coverage detected