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

Method with

crates/firewheel-core/src/diff/mod.rs:677–681  ·  view source on GitHub ↗

Clone the path, appending the index to the returned value.

(&self, index: u32)

Source from the content-addressed store, hash-verified

675 if self.0.len() == 1 {
676 ParamPath::Single(self.0[0])
677 } else {
678 ParamPath::Multi(ArcGc::new_unsized(|| Arc::<[u32]>::from(self.0.as_slice())))
679 }
680 }
681}
682
683/// An event queue for diffing.
684pub trait EventQueue {

Callers 3

uiMethod · 0.80
diffMethod · 0.80
is_not_workletFunction · 0.80

Calls 2

cloneMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected