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

Method config_file

src/mz/src/context.rs:181–183  ·  view source on GitHub ↗

Returns the configuration file loaded by this context.

(&self)

Source from the content-addressed store, hash-verified

179
180 /// Returns the configuration file loaded by this context.
181 pub fn config_file(&self) -> &ConfigFile {
182 &self.config_file
183 }
184
185 /// Returns the output_formatter associated with this context.
186 pub fn output_formatter(&self) -> &OutputFormatter {

Callers 12

get_profileMethod · 0.80
getFunction · 0.80
listFunction · 0.80
setFunction · 0.80
removeFunction · 0.80
initFunction · 0.80
listFunction · 0.80
removeFunction · 0.80
config_getFunction · 0.80
config_listFunction · 0.80
config_setFunction · 0.80
config_removeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected