MCPcopy Create free account
hub / github.com/covscript/covscript / exist

Method exist

sources/debugger.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 bool exist(std::size_t line_num) const
230 {
231 for (auto &b : m_breakpoints)
232 if (b.data.index() == 0 && std::get<std::size_t>(b.data) == line_num)
233 return true;
234 return false;
235 }
236
237 void list() const
238 {

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected