MCPcopy Create free account
hub / github.com/cs01/gdbgui / click_gutter

Method click_gutter

gdbgui/src/js/SourceCode.tsx:155–157  ·  view source on GitHub ↗
(line_num: any)

Source from the content-addressed store, hash-verified

153 }
154 }
155 click_gutter(line_num: any) {
156 Breakpoints.add_or_remove_breakpoint(this.state.fullname_to_render, line_num);
157 }
158
159 _get_source_line(
160 source: any,

Callers 1

get_linenum_tdMethod · 0.95

Calls 1

Tested by

no test coverage detected