()
| 26 | } |
| 27 | |
| 28 | function getSummary() { |
| 29 | sendToContentScript({ |
| 30 | name: "app-get-summary" |
| 31 | }) |
| 32 | sendToBackground({ |
| 33 | name: "sidepanel", |
| 34 | body: { |
| 35 | active: true |
| 36 | } |
| 37 | }) |
| 38 | } |
| 39 | |
| 40 | function handleReset() { |
| 41 | setCopyCode(true) |
nothing calls this directly
no outgoing calls
no test coverage detected