MCPcopy Index your code
hub / github.com/vercel/hyper / componentDidMount

Method componentDidMount

lib/containers/hyper.tsx:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 componentDidMount() {
82 this.attachKeyListeners();
83 window.rpc.on('term selectAll', this.handleSelectAll);
84 }
85
86 onTermsRef = (terms: Terms) => {
87 this.terms = terms;

Callers

nothing calls this directly

Calls 2

attachKeyListenersMethod · 0.95
onMethod · 0.80

Tested by

no test coverage detected