pub fn get_file(
conn: &Connection,
path: &str,
) -> Result<Option<FileFact>, QueryError>Expand description
Lookup single file metadata by path with slash-boundary matching.
pub fn get_file(
conn: &Connection,
path: &str,
) -> Result<Option<FileFact>, QueryError>Lookup single file metadata by path with slash-boundary matching.