MCPcopy Index your code
hub / github.com/NobyDa/Script / startServer

Function startServer

IPA-Installer/IPA-Installer-JSBox.js:48–56  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

46
47
48function startServer(port) {
49 $http.startServer({
50 port: port,
51 path: "",
52 handler: function(result) {
53 console.info(result.url)
54 }
55 })
56}
57
58function fileCheck(data) {
59 if (data && data.fileName) {

Callers 1

installFunction · 0.70

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected