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

Method is_system_user

src/sql/src/session/user.rs:134–136  ·  view source on GitHub ↗

Returns whether this is user is the `mz_system` user.

(&self)

Source from the content-addressed store, hash-verified

132
133 /// Returns whether this is user is the `mz_system` user.
134 pub fn is_system_user(&self) -> bool {
135 self == &*SYSTEM_USER
136 }
137
138 /// Returns whether we should limit this user's connections to max_connections
139 pub fn limit_max_connections(&self) -> bool {

Callers 2

kindMethod · 0.80
transact_opMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected