MCPcopy Create free account
hub / github.com/027xiguapi/code-box / getSummary

Function getSummary

component/options/config.tsx:28–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected