MCPcopy Create free account
hub / github.com/arialang/aria / BytecodeReader

Class BytecodeReader

compiler-lib/src/bc_reader.rs:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use haxby_opcodes::Opcode;
3
4pub struct BytecodeReader {
5 data: Vec<u8>,
6 idx: usize,
7}
8
9impl From<&[u8]> for BytecodeReader {
10 fn from(value: &[u8]) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…