Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/leaningtech/webvm
/ stateUpdateCb
Function
stateUpdateCb
src/lib/network.js:52–62 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
50
}
51
52
function
stateUpdateCb(state)
53
{
54
switch(state)
55
{
56
case 6 /*Running*/:
57
{
58
connectionState.set(
"CONNECTED"
);
59
break;
60
}
61
}
62
}
63
64
function
netmapUpdateCb(map)
65
{
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected