Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve asset cid debug trace tracking of dependencies #423

Open
github-actions bot opened this issue Jul 17, 2024 · 0 comments
Open

Improve asset cid debug trace tracking of dependencies #423

github-actions bot opened this issue Jul 17, 2024 · 0 comments
Labels
code:todo A TODO/FIXME comment in code.

Comments

@github-actions
Copy link

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.
@github-actions github-actions bot added the code:todo A TODO/FIXME comment in code. label Jul 17, 2024
@MaxCWhitehead MaxCWhitehead changed the title Get dep_cid asset_loc for cid debug trace, Improve asset cid debug trace tracking of dependencies Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:todo A TODO/FIXME comment in code.
Projects
None yet
Development

No branches or pull requests

0 participants