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

Method is_implicit

src/sql/src/plan.rs:530–532  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

528 }
529
530 pub fn is_implicit(&self) -> bool {
531 matches!(self, TransactionType::Implicit)
532 }
533}
534
535#[derive(Debug)]

Callers 4

advance_readyMethod · 0.45
queryMethod · 0.45
syncMethod · 0.45
execute_requestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected