Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stomp-js/stompjs
/ commit
Method
commit
src/stomp-handler.ts:523–525 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
521
return
{
522
id: txId,
523
commit(): void {
524
client.commit(txId);
525
},
526
abort(): void {
527
client.abort(txId);
528
},
Callers
nothing calls this directly
Calls
1
_transmit
Method · 0.95
Tested by
no test coverage detected