Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ set_pre_figures
Method
set_pre_figures
src/script.rs:117–119 ·
view source on GitHub ↗
(&mut self, pre_figures: Option<Figure>)
Source
from the content-addressed store, hash-verified
115
clear: HashSet<usize>,
116
labels: HashMap<String, usize>,
117
pre_items: PreItems,
118
}
119
120
impl Script {
121
pub(crate) fn new() -> Script {
122
Script {
Callers
1
execute_jump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected