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

Function meth_setstats

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

Source from the content-addressed store, hash-verified

104}
105
106static int meth_setstats(lua_State *L) {
107 p_unix un = (p_unix) auxiliar_checkclass(L, "serial{client}", 1);
108 return buffer_meth_setstats(L, &un->buf);
109}
110
111/*-------------------------------------------------------------------------*\
112* Select support methods

Callers

nothing calls this directly

Calls 2

auxiliar_checkclassFunction · 0.85
buffer_meth_setstatsFunction · 0.85

Tested by

no test coverage detected