MCPcopy Create free account
hub / github.com/leaningtech/webvm / resetLoginPromise

Function resetLoginPromise

src/lib/network.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17let exitNode = writable(false);
18
19function resetLoginPromise()
20{
21 loginPromise = new Promise((f,r) => {
22 resolveLogin = f;
23 rejectLogin = r;
24 });
25}
26
27function validateLoginUrl(url)
28{

Callers 2

loginUrlCbFunction · 0.85
network.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected