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

Method componentDidMount

src/app/keyring/Key.js:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 componentDidMount() {
80 this.getKeyDetails(this.context);
81 }
82
83 componentDidUpdate(prevProps) {
84 if (this.props.keyData !== prevProps.keyData) {

Callers

nothing calls this directly

Calls 1

getKeyDetailsMethod · 0.95

Tested by

no test coverage detected