MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / name

Method name

src/script.rs:196–198  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

194 }
195
196 pub(crate) fn name(&self) -> &str {
197 &self.name
198 }
199
200 pub(crate) fn index(&self) -> usize {
201 self.current_block

Callers 4

playMethod · 0.80
execute_saveMethod · 0.80
execute_jumpMethod · 0.80
parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected