Function intel_cache_lib::lib_backend::make_file_entry[][src]

pub fn make_file_entry(
    conn: &MysqlConnection,
    name: &str,
    dt: Vec<u8>,
    location: Option<i32>,
    lbl: Option<&str>
) -> Result<Entry, IcError>