(path)
| 600 | } |
| 601 | |
| 602 | const pathToUrl = function (path) { |
| 603 | const base = location.protocol + '//' + location.hostname + (location.port && (':' + location.port)) |
| 604 | return base + path |
| 605 | } |
| 606 | |
| 607 | const extractPlayerCodeTag = function (code) { |
| 608 | const unwrappedDefaultCode = __guard__(code.match(/<playercode>\n([\s\S]*)\n *<\/playercode>/), x1 => x1[1]) |
nothing calls this directly
no outgoing calls
no test coverage detected