Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ contains
Method
contains
crates/virtual-machine/src/memory/ram.rs:23–25 ·
view source on GitHub ↗
(&self, addr: u64)
Source
from the content-addressed store, hash-verified
21
}
22
23
pub fn contains(&self, addr: u64) -> bool {
24
addr >= self.base && addr < self.base + self.size
25
}
26
27
fn index(&self, addr: u64) -> Option<usize> {
28
if self.contains(addr) {
Callers
15
maybe_tick
Method · 0.45
render_console
Method · 0.45
collect_console_input
Function · 0.45
collect_ctrl_bytes
Function · 0.45
egui_key_to_scancode
Function · 0.45
check_import_export_collisions
Method · 0.45
collect_import_closure
Method · 0.45
is_legacy_export_symbol
Function · 0.45
parse_blocks
Function · 0.45
draw_cfg
Function · 0.45
render_preview
Function · 0.45
ui
Method · 0.45
Calls
no outgoing calls
Tested by
5
string_literal_content_preserved
Function · 0.36
kernel_shell_interrupt_wake_lists_running_background_job
Function · 0.36
many_locals_use_multiple_temp_registers
Function · 0.36
many_locals_get_callee_saved_registers_by_default
Function · 0.36
kernel_modules_reference_imports_only_through_aliases
Function · 0.36