| 110 | } |
| 111 | |
| 112 | static int meth_dirty(lua_State *L) { |
| 113 | p_unix un = (p_unix) auxiliar_checkgroup(L, "serial{any}", 1); |
| 114 | lua_pushboolean(L, !buffer_isempty(&un->buf)); |
| 115 | return 1; |
| 116 | } |
| 117 | |
| 118 | /*-------------------------------------------------------------------------*\ |
| 119 | * Closes socket used by object |
nothing calls this directly
no test coverage detected