Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moebytes/Frame-Player
/ initPinned
Function
initPinned
LocalStorage.tsx:99–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
98
useEffect(() => {
99
const initPinned = async () => {
100
const savedPinned = await window.ipcRenderer.invoke(
"get-pinned"
)
101
if (savedPinned) setPinned(savedPinned)
102
}
103
initPinned()
104
}, [])
105
Callers
1
LocalStorage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected