Skip to main content

list

Function list 

Source
pub fn list(engine: &Engine) -> Result<Vec<CatalogEntry>, McpError>
Expand description

Fetch every catalog row in name-sorted order. Returns an empty Vec if the catalog table doesn’t exist (callers shouldn’t need to pre-check).

§Errors