MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / start_machine_interval

Function start_machine_interval

pdflinux.js:93–97  ·  view source on GitHub ↗
(m_ptr)

Source from the content-addressed store, hash-verified

91}
92
93function start_machine_interval(m_ptr) {
94 print_msg("starting the machine. please be patient...")
95 last_updated = Date.now();
96 set_interval(() => {machine_tick(m_ptr)}, 1)
97}
98
99function update_framebuffer(width, height, data, start_y, updated_height) {
100 for (let y=start_y; y < start_y + updated_height; y++) {

Callers 1

init_vmFunction · 0.85

Calls 3

print_msgFunction · 0.85
set_intervalFunction · 0.85
machine_tickFunction · 0.85

Tested by

no test coverage detected