MCPcopy Create free account
hub / github.com/dejwk/roo_display / Engine

Method Engine

src/roo_display/composition/streamable_stack.cpp:336–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334class Engine {
335 public:
336 Engine(const Program* program) : program_(program), pc_(0) {}
337
338 Instruction fetch() {
339 while (true) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected