Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
fn simple_instruction(name: &str) {
412
println!(
"OP_{name}"
);
413
}
Callers
1
disassemble_instruction
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected