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

Function TestToString

engine/script/src/test/test_script_lua.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static int TestToString(lua_State* L)
271{
272 lua_pushstring(L, "TestDummy");
273 return 1;
274}
275
276static const luaL_reg Test_methods[] =
277{

Callers

nothing calls this directly

Calls 1

lua_pushstringFunction · 0.85

Tested by

no test coverage detected