MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / disassemble

Method disassemble

aiscript-vm/src/vm/state.rs:85–89  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

83
84 #[allow(unused)]
85 fn disassemble(&self) {
86 self.closure
87 .function
88 .disassemble(self.closure.function.name.unwrap().display_lossy());
89 }
90
91 #[allow(unused)]
92 fn disassemble_instruction(&self, offset: usize) {

Callers 1

call_innerMethod · 0.45

Calls 1

display_lossyMethod · 0.80

Tested by

no test coverage detected