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

Function ACTION_P2

include/process/gmock.hpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147ACTION_P2(PromiseSatisfy, promise, value)
148{
149 promise->set(value);
150 delete promise;
151}
152
153
154template <typename T>

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected