MCPcopy Create free account
hub / github.com/comaps/comaps / Copy

Method Copy

libs/coding/coding_tests/diff_test.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 typedef size_t size_type;
98
99 void Copy(size_t n)
100 {
101 if (n != 0)
102 m_Stream << "=" << n << ".";
103 }
104
105 void Delete(size_t n)
106 {

Callers 1

UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected