MCPcopy Create free account
hub / github.com/ETLCPP/etl / Save

Function Save

test/test_array_wrapper.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 int temp;
63
64 void Save(int i)
65 {
66 temp = i;
67 }
68
69 void Restore(int& i)
70 {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected