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

Function meth_settimeout

engine/script/src/luasocket/serial.c:148–151  ·  view source on GitHub ↗

-------------------------------------------------------------------------*\ * Just call tm methods \*-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

146* Just call tm methods
147\*-------------------------------------------------------------------------*/
148static int meth_settimeout(lua_State *L) {
149 p_unix un = (p_unix) auxiliar_checkgroup(L, "serial{any}", 1);
150 return timeout_meth_settimeout(L, &un->tm);
151}
152
153/*=========================================================================*\
154* Library functions

Callers

nothing calls this directly

Calls 2

auxiliar_checkgroupFunction · 0.85
timeout_meth_settimeoutFunction · 0.85

Tested by

no test coverage detected