MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / size

Method size

crates/virtual-machine/src/memory/ram.rs:36–38  ·  view source on GitHub ↗

Return the size of RAM in bytes.

(&self)

Source from the content-addressed store, hash-verified

34
35 /// Return the size of RAM in bytes.
36 pub fn size(&self) -> u64 {
37 self.size
38 }
39
40 /// Peek at a byte without mutation (for debugging).
41 pub fn peek_byte(&self, addr: u64) -> Option<u8> {

Callers 13

render_toolbarMethod · 0.45
render_debuggerMethod · 0.45
dbg_headingFunction · 0.45
monoFunction · 0.45
draw_metricFunction · 0.45
section_headerFunction · 0.45
uiMethod · 0.45
uiMethod · 0.45
monoFunction · 0.45
monoFunction · 0.45
uiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected