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

Function simple_instruction

aiscript-vm/src/chunk.rs:411–413  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

409}
410
411fn simple_instruction(name: &str) {
412 println!("OP_{name}");
413}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected