| 146 | } |
| 147 | |
| 148 | static int meth_dirty(lua_State *L) { |
| 149 | p_unix un = (p_unix) auxiliar_checkgroup(L, "unixstream{any}", 1); |
| 150 | lua_pushboolean(L, !buffer_isempty(&un->buf)); |
| 151 | return 1; |
| 152 | } |
| 153 | |
| 154 | /*-------------------------------------------------------------------------*\ |
| 155 | * Waits for and returns a client object attempting connection to the |
nothing calls this directly
no test coverage detected