Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ const_vals_opt
Method
const_vals_opt
compiler/src/modules/vm/cache.rs:107–109 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
105
}
106
107
pub fn const_vals_opt(&self) -> Option<&[Val]> {
108
self.const_vals.as_deref()
109
}
110
111
pub fn record(&mut self, ip: usize, opcode: &OpCode, ta: u8, tb: u8) {
112
let Some(s) = self.slots.get_mut(ip) else { return };
Callers
1
collect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected