MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / transaction_code

Method transaction_code

src/adapter/src/session.rs:500–502  ·  view source on GitHub ↗

Returns the session's transaction code.

(&self)

Source from the content-addressed store, hash-verified

498
499 /// Returns the session's transaction code.
500 pub fn transaction_code(&self) -> TransactionCode {
501 self.transaction().into()
502 }
503
504 /// Adds operations to the current transaction. An error is produced if
505 /// they cannot be merged (i.e., a timestamp-dependent read cannot be

Callers 1

run_wsFunction · 0.80

Calls 1

transactionMethod · 0.45

Tested by

no test coverage detected