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

Method admin_client

src/mz/src/context.rs:227–229  ·  view source on GitHub ↗

Returns the admin API client associated with this context.

(&self)

Source from the content-addressed store, hash-verified

225
226 /// Returns the admin API client associated with this context.
227 pub fn admin_client(&self) -> &AdminClient {
228 &self.admin_client
229 }
230
231 /// Returns the cloud API client associated with this context.
232 pub fn cloud_client(&self) -> &CloudClient {

Callers 9

runFunction · 0.80
createFunction · 0.80
createFunction · 0.80
listFunction · 0.80
createFunction · 0.80
listFunction · 0.80
removeFunction · 0.80
enableFunction · 0.80
showFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected