MCPcopy Create free account
hub / github.com/RIP-Comm/clementine / new

Method new

ui/src/disassembler.rs:60–67  ·  view source on GitHub ↗
(emu_handle: Arc<Mutex<EmuHandle>>)

Source from the content-addressed store, hash-verified

58}
59
60impl Disassembler {
61 pub fn new(emu_handle: Arc<Mutex<EmuHandle>>) -> Self {
62 Self {
63 emu_handle,
64 lines: VecDeque::with_capacity(MAX_DISPLAY_LINES),
65 display_text: String::with_capacity(MAX_DISPLAY_LINES * 50),
66 enabled: false,
67 }
68 }
69
70 /// Enable instruction pushing while the window is open, disable it when

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected