MCPcopy Create free account
hub / github.com/3rdparty/libprocess / ControlFlow

Method ControlFlow

include/process/loop.hpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 };
206
207 ControlFlow(Statement s, Option<T> t) : s(s), t(std::move(t)) {}
208
209 Statement statement() const { return s; }
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected