Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ clearTx
Method
clearTx
modules/drivers/sakuraio/sakuraio.js:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
return
{available: result[0], queued: result[1]};
117
}
118
clearTx() {
119
this.execute(CMD.TX_CLEAR);
120
}
121
send() {
122
this.execute(CMD.TX_SEND);
123
}
Callers
1
main.js
File · 0.80
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected