| 118 | static void socketDownUseCount(xsMachine *the, xsSocket xss); |
| 119 | |
| 120 | void socketUpUseCount(xsMachine *the, xsSocket xss) |
| 121 | { |
| 122 | xss->useCount += 1; |
| 123 | } |
| 124 | |
| 125 | void socketDownUseCount(xsMachine *the, xsSocket xss) |
| 126 | { |
no outgoing calls
no test coverage detected