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

Method render

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

Source from the content-addressed store, hash-verified

52 }
53
54 render() {
55 this.nodecount = -1;
56 return (
57 <div id="filesystem">
58 {/* @ts-expect-error ts-migrate(2339) FIXME: Property 'rootnode' does not exist on type 'Readon... Remove this comment to see the full error message */}
59 <ul style={{ color: "#ccc" }}>{this.get_node_jsx(this.props.rootnode)}</ul>
60 </div>
61 );
62 }
63}
64
65export default FileSystem;

Callers

nothing calls this directly

Calls 1

get_node_jsxMethod · 0.95

Tested by

no test coverage detected