Skip to content

Improve asset cid debug trace tracking of dependencies #423

@github-actions

Description

@github-actions

It is currently None, needs fix / alterative idenifying metadata.


#[cfg(feature = "cid_debug_trace")]
{
// TODO: Get dep_cid asset_loc for cid debug trace,
// It is currently None, needs fix / alterative idenifying metadata.
let asset_loc = self.store.assets.get(&cid).map(|x| x.loc.clone());
cid_debug.cid_after_deps.push((dep_cid, cid, asset_loc));
}


This issue was generated by todo-issue based on a TODO comment in ed43890.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code:todoA TODO/FIXME comment in code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions