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

Method render

gdbgui/src/js/SourceCode.tsx:54–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 render() {
55 return (
56 <div className={this.state.current_theme} style={{ height: "100%" }}>
57 <table
58 id="code_table"
59 className={this.state.current_theme}
60 style={{ width: "100%" }}
61 >
62 <tbody id="code_body">{this.get_body()}</tbody>
63 </table>
64 </div>
65 );
66 }
67
68 componentDidUpdate() {
69 let source_is_displayed =

Callers

nothing calls this directly

Calls 1

get_bodyMethod · 0.95

Tested by

no test coverage detected