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

Method Delete

libs/coding/coding_tests/diff_test.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void Delete(size_t n)
106 {
107 if (n != 0)
108 m_Stream << "-" << n << ".";
109 }
110
111 template <typename IterT>
112 void Insert(IterT it, size_t n)

Callers 1

UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected