MCPcopy 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_messageMethod · 0.80
document_detailsMethod · 0.80
embed_resourcesMethod · 0.80

Calls 2

infoMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected