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

Method constructor

examples/Input/index.tsx:10–14  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

8export default class InputScreen extends Component<any, any> {
9
10 constructor (p) {
11 super(p)
12 this.state = {
13 }
14 }
15
16 componentDidMount () {
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected