Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustOtomeLab/RustEng
/ get_bgm
Method
get_bgm
src/script.rs:234–236 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
232
self.pre_figures.take()
233
}
234
235
pub(crate) fn find_label(&self, name: &str) -> Option<&usize> {
236
self.labels.get(name)
237
}
238
239
pub(crate) fn get_choice_label(&self, name: &str) -> Option<&Label> {
Callers
1
execute_jump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected