(x)
| 2052 | |
| 2053 | |
| 2054 | function toNumber(x) { return (x = Number(x)) >= 0 ? x : false; } |
| 2055 | |
| 2056 | // Returns handle if it can be created, or error code if it can't |
| 2057 | function createServerHandle(address, port, addressType, fd, flags) { |
no outgoing calls
no test coverage detected
searching dependent graphs…