Function get
Source pub fn get(
engine: &Engine,
table_name: &str,
) -> Result<Option<CatalogEntry>, McpError>
Expand description
Fetch a single row by table_name, or Ok(None) if absent.
§Errors
Same as list: propagates errors from table_present, the
Hyper SELECT, or row decoding.