MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / inject_resource_proxy

Method inject_resource_proxy

node-graph/graph-craft/src/application_io.rs:47–49  ·  view source on GitHub ↗
(&mut self, resources: Box<dyn resource::LoadResource>)

Source from the content-addressed store, hash-verified

45 }
46
47 pub fn inject_resource_proxy(&mut self, resources: Box<dyn resource::LoadResource>) {
48 self.resources = Some(resources);
49 }
50}
51
52impl ApplicationIo for PlatformApplicationIo {

Callers 3

mainFunction · 0.80
newMethod · 0.80
new_local_executorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected