Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/leaningtech/webvm
/ startLogin
Function
startLogin
src/lib/network.js:82–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
export
async
function
startLogin()
83
{
84
connectionState.set(
"LOGINSTARTING"
);
85
const
url =
await
loginPromise;
86
networkData.loginUrl = url;
87
return
url;
88
}
89
90
async
function
handleCopyIP(event)
91
{
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected