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

Function meth_settimeout

engine/script/src/luasocket/tcp.c:347–351  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

345* Just call tm methods
346\*-------------------------------------------------------------------------*/
347static int meth_settimeout(lua_State *L)
348{
349 p_tcp tcp = (p_tcp) auxiliar_checkgroup(L, "tcp{any}", 1);
350 return timeout_meth_settimeout(L, &tcp->tm);
351}
352
353/*=========================================================================*\
354* Library functions

Callers

nothing calls this directly

Calls 2

auxiliar_checkgroupFunction · 0.85
timeout_meth_settimeoutFunction · 0.85

Tested by

no test coverage detected