Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/027xiguapi/code-box
/ pinCode
Function
pinCode
sidepanel/index.tsx:31–33 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
29
})
30
31
function pinCode(index) {
32
sendToContentScript({ name: `custom-scrollIntoViewCode`, body: { index } })
33
}
34
35
function downloadCode(index) {
36
sendToContentScript({ name: `custom-downloadCode`, body: { index } })
Callers
1
IndexSidePanel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected