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

Function set

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 3

set_levelMethod · 0.85
FutureMethod · 0.85
revertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected