Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ready
Method · 0.45
query
Method · 0.45
sync
Method · 0.45
execute_request
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected