MCPcopy Create free account
hub / github.com/stomp-js/stompjs / commit

Method commit

esm6/stomp-handler.js:357–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 return {
356 id: txId,
357 commit() {
358 client.commit(txId);
359 },
360 abort() {
361 client.abort(txId);
362 },

Callers

nothing calls this directly

Calls 1

_transmitMethod · 0.95

Tested by

no test coverage detected