Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ send
Method
send
modules/drivers/sakuraio/sakuraio.js:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
this.execute(CMD.TX_CLEAR);
120
}
121
send() {
122
this.execute(CMD.TX_SEND);
123
}
124
getTxStatus() {
125
let
result = this.execute(CMD.TX_STAT, null, 2);
126
return
{queue: result[0], immediate: result[1]};
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected