MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / entry

Method entry

crates/firewheel-core/src/node.rs:1067–1072  ·  view source on GitHub ↗

Get the entry for the given resource.

(&'a mut self)

Source from the content-addressed store, hash-verified

1065 Ok(())
1066 } else {
1067 Err(resource)
1068 }
1069 }
1070
1071 /// Insert a new already type-erased resource into the store.
1072 ///
1073 /// If a resource with this `TypeID` already exists, then an error will
1074 /// be returned instead.
1075 pub fn insert_any<S: Send + 'static>(

Callers 2

insertMethod · 0.80
insert_anyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected