Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sink
Function · 0.45
validate_token
Method · 0.45
new
Method · 0.45
register_introspection_collection
Method · 0.45
read_handle_for_snapshot
Function · 0.45
from
Method · 0.45
scoped_overrides_create_op
Method · 0.45
push_replica_dyncfg_overrides
Method · 0.45
refill_user_id_pool
Method · 0.45
prune_arrangement_sizes_history_on_startup
Method · 0.45
serve
Function · 0.45
try_frontend_peek
Method · 0.45
Calls
no outgoing calls
Tested by
1
install_introspection_subscribes
Method · 0.36