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

Method add_line

sources/debugger.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 breakpoint_recorder() = default;
166
167 std::size_t add_line(std::size_t line_num)
168 {
169 m_breakpoints.emplace_front(++m_id, line_num);
170 return m_id;
171 }
172
173 std::size_t add_func(cs::var function)
174 {

Callers 1

covscript_mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected