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

Method push

crates/firewheel-core/src/diff/mod.rs:712–714  ·  view source on GitHub ↗
(&mut self, data: NodeEventType)

Source from the content-addressed store, hash-verified

710
711impl EventQueue for Vec<NodeEventType> {
712 fn push(&mut self, data: NodeEventType) {
713 self.push(data);
714 }
715}
716
717/// An error encountered when patching a type

Callers 13

insertMethod · 0.45
defaultMethod · 0.45
maybe_get_pathMethod · 0.45
snake_to_camelFunction · 0.45
registerMethod · 0.45
queue_eventMethod · 0.45
schedule_eventMethod · 0.45
withMethod · 0.45
push_paramMethod · 0.45
diffMethod · 0.45
newMethod · 0.45
input_devicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected