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

Method push_param

crates/firewheel-core/src/diff/mod.rs:703–708  ·  view source on GitHub ↗
(&mut self, data: impl Into<ParamData>, path: PathBuilder)

Source from the content-addressed store, hash-verified

701impl EventQueue for Vec<NodeEventType> {
702 fn push(&mut self, data: NodeEventType) {
703 self.push(data);
704 }
705}
706
707/// An error encountered when patching a type
708/// from [`ParamData`].
709#[derive(Debug, Clone)]
710pub enum PatchError {
711 /// The provided path does not match any children.

Callers 7

diffMethod · 0.80
diffMethod · 0.80
diffMethod · 0.80
diffMethod · 0.80
diffMethod · 0.80
diffMethod · 0.80
diffMethod · 0.80

Implementers 2

mod.rscrates/firewheel-core/src/diff/mod.rs
context.rscrates/firewheel-graph/src/context.rs

Calls 2

buildMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected