MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / fused_ref

Method fused_ref

compiler/src/modules/vm/cache.rs:66–68  ·  view source on GitHub ↗

Direct access (caller must have called ensure_fused). */

(&self)

Source from the content-addressed store, hash-verified

64
65 /* Direct access (caller must have called ensure_fused). */
66 pub fn fused_ref(&self) -> &[Instruction] {
67 self.fused.as_ref().expect("fused code not compiled")
68 }
69
70 /* Build the const pool: scalars inline, Str/LongInt heap-allocated once and shared. */
71 pub fn ensure_const_vals(&mut self, chunk: &SSAChunk, heap: &mut HeapPool) -> Result<&[Val], VmErr> {

Callers 2

execMethod · 0.80
exec_make_classMethod · 0.80

Calls 1

expectMethod · 0.45

Tested by

no test coverage detected