Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
48
function
startServer(port) {
49
$http.startServer({
50
port: port,
51
path:
""
,
52
handler:
function
(result) {
53
console.info(result.url)
54
}
55
})
56
}
57
58
function
fileCheck(data) {
59
if
(data && data.fileName) {
Callers
1
install
Function · 0.70
Calls
1
info
Method · 0.45
Tested by
no test coverage detected