MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / current_frame

Method current_frame

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

Source from the content-addressed store, hash-verified

309 }
310
311 fn current_frame(&mut self) -> &mut CallFrame<'gc> {
312 &mut self.frames[self.frame_count - 1]
313 }
314
315 // Dispatch the next opcode, stop at the given frame count.
316 // When dispatch in step() function, the stop_at_frame_count is 0.

Callers 1

dispatch_nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected