MCPcopy Create free account
hub / github.com/Botloader/botloader / push_field

Method push_field

components/validation/src/lib.rs:76–78  ·  view source on GitHub ↗
(&mut self, field: impl Into<String>)

Source from the content-addressed store, hash-verified

74 }
75
76 pub fn push_field(&mut self, field: impl Into<String>) {
77 self.field_stack.push(field.into());
78 }
79
80 pub fn push_index(&mut self, index: usize) {
81 self.push_field(index.to_string())

Callers 4

validateMethod · 0.80
push_indexMethod · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected