MCPcopy 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
82export async function startLogin()
83{
84 connectionState.set("LOGINSTARTING");
85 const url = await loginPromise;
86 networkData.loginUrl = url;
87 return url;
88}
89
90async function handleCopyIP(event)
91{

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected