MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / toggle

Method toggle

src/app/keyring/components/AdvancedExpand.js:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 toggle() {
28 this.setState(state => ({collapse: !state.collapse}));
29 }
30
31 render() {
32 return (

Callers 2

handleClickFunction · 0.80
toggleIconMethod · 0.80

Calls 1

setStateMethod · 0.45

Tested by

no test coverage detected