Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ statement
Method
statement
3rdparty/libprocess/include/process/loop.hpp:209–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
ControlFlow(Statement s, Option<T> t) : s(s), t(std::move(t)) {}
208
209
Statement statement() const { return s; }
210
211
T& value() & { return t.get(); }
212
const T& value() const & { return t.get(); }
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected