MCPcopy Create free account
hub / github.com/Moebytes/Frame-Player / initOS

Function initOS

LocalStorage.tsx:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74 useEffect(() => {
75 const initOS = async () => {
76 const savedOS = await window.ipcRenderer.invoke("get-os")
77 if (savedOS) setOS(savedOS as OS)
78 }
79 initOS()
80 }, [])
81

Callers 1

LocalStorageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected