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

Method dyncfgs

src/sql/src/session/vars.rs:1367–1369  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1365 }
1366
1367 pub fn dyncfgs(&self) -> &ConfigSet {
1368 &self.dyncfgs
1369 }
1370
1371 pub fn set_unsafe(mut self, allow_unsafe: bool) -> Self {
1372 self.allow_unsafe = allow_unsafe;

Callers 15

purify_create_sinkFunction · 0.45
validate_tokenMethod · 0.45
newMethod · 0.45
read_handle_for_snapshotFunction · 0.45
fromMethod · 0.45
refill_user_id_poolMethod · 0.45
serveFunction · 0.45
try_frontend_peekMethod · 0.45

Calls

no outgoing calls

Tested by 1