MCPcopy Create free account
hub / github.com/Meituan-Dianping/beeshell / constructor

Method constructor

examples/Button/index.tsx:24–29  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

22
23export default class ButtonScreen extends Component<{}, any> {
24 constructor (p) {
25 super(p)
26 this.state = {
27 count: 0
28 }
29 }
30
31 render () {
32 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected