Function make_file_entry

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