(string)
| 223 | allset(); |
| 224 | |
| 225 | let print = function(string) { |
| 226 | document.getElementById("console").innerHTML += string + "\n"; |
| 227 | } |
| 228 | |
| 229 | // Network functions to make address/port stuff easier to edit (thx ChendoChap) |
| 230 | function htons(port) { |
no outgoing calls
no test coverage detected