MCPcopy Create free account
hub / github.com/apache/mesos / set

Function set

3rdparty/libprocess/src/tests/process_tests.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368template <typename T>
369void set(T* t1, const T& t2)
370{
371 *t1 = t2;
372}
373
374
375TEST_F(ProcessTest, Defer3)

Callers 4

setMethod · 0.50
set_levelMethod · 0.50
FutureMethod · 0.50
revertMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected