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

Method source_desc

src/catalog/src/memory/objects.rs:733–735  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

731 }
732
733 fn source_desc(&self) -> Result<Option<&SourceDesc<ReferencedConnection>>, SqlCatalogError> {
734 self.entry.source_desc()
735 }
736
737 fn connection(
738 &self,

Callers 5

purify_alter_sourceFunction · 0.45
monotonic_sourceMethod · 0.45
pack_item_updateMethod · 0.45

Calls 3

to_stringMethod · 0.45
nameMethod · 0.45
item_typeMethod · 0.45

Tested by

no test coverage detected