Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ resolved
Method
resolved
node-graph/libraries/resources/src/lib.rs:356–358 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
354
}
355
356
pub fn resolved(&self) -> impl Iterator<Item = ResourceInfo<
'_>> + '
_ {
357
self.hashes.keys().filter_map(|id| self.info(id))
358
}
359
}
360
361
#[derive(Clone, Debug)]
Callers
3
process_message
Method · 0.80
document_details
Method · 0.80
embed_resources
Method · 0.80
Calls
2
info
Method · 0.80
keys
Method · 0.45
Tested by
no test coverage detected