-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
code:todoA TODO/FIXME comment in code.A TODO/FIXME comment in code.
Description
It is currently None, needs fix / alterative idenifying metadata.
bones/framework_crates/bones_asset/src/server.rs
Lines 680 to 687 in ed43890
| #[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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code:todoA TODO/FIXME comment in code.A TODO/FIXME comment in code.