MCPcopy Create free account
hub / github.com/DesignRevision/shards-dashboard-react / constructor

Function constructor

src/components/common/SmallStats.js:10–14  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8
9class SmallStats extends React.Component {
10 constructor(props) {
11 super(props);
12
13 this.canvasRef = React.createRef();
14 }
15
16 componentDidMount() {
17 const chartOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected