MCPcopy Create free account
hub / github.com/VCVRack/Rack / run

Method run

src/window/Window.cpp:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415
416void Window::run() {
417 internal->frame = 0;
418 while (!glfwWindowShouldClose(win)) {
419 step();
420 }
421}
422
423
424void Window::step() {

Callers 1

mainFunction · 0.45

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected