MCPcopy 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
52function stateUpdateCb(state)
53{
54 switch(state)
55 {
56 case 6 /*Running*/:
57 {
58 connectionState.set("CONNECTED");
59 break;
60 }
61 }
62}
63
64function netmapUpdateCb(map)
65{

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected