MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / componentDidMount

Function componentDidMount

src/app/keyring/components/KeyringSelect.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 componentDidMount() {
31 this.fetchKeyringEmails();
32 }
33
34 componentDidUpdate(prevProps) {
35 if (Object.keys(this.props.keyringAttr).length !== Object.keys(prevProps.keyringAttr).length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected