Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ push_index
Method
push_index
components/validation/src/lib.rs:80–82 ·
view source on GitHub ↗
(&mut self, index: usize)
Source
from the content-addressed store, hash-verified
78
}
79
80
pub fn push_index(&mut self, index: usize) {
81
self.push_field(index.to_string())
82
}
83
84
pub fn pop_field(&mut self) {
85
self.field_stack.pop();
Callers
1
validate_settings_option_value_list
Function · 0.80
Calls
1
push_field
Method · 0.80
Tested by
no test coverage detected