MCPcopy Create free account
hub / github.com/emwalker/digraph / constructor

Method constructor

client/src/components/SignUpPage/index.tsx:17–22  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

15
16class SignUpPage extends Component<Props, State> {
17 constructor(props: Props) {
18 super(props)
19 this.state = {
20 gCaptchaResponse: null,
21 }
22 }
23
24 onCaptchaSumit = (token: string | null) => {
25 this.setState({ gCaptchaResponse: token })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected