MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / refreshRemoteWorkspaceInfo

Function refreshRemoteWorkspaceInfo

apps/desktop/src/preload/index.ts:85–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83const LIST_NOTES_STREAM_CHUNK_SIZE = 250
84
85async function refreshRemoteWorkspaceInfo(): Promise<RemoteWorkspaceInfo | null> {
86 try {
87 remoteWorkspaceInfo = await ipcRenderer.invoke(IPC.WORKSPACE_GET_INFO)
88 } catch {
89 remoteWorkspaceInfo = null
90 }
91 return remoteWorkspaceInfo
92}
93
94void refreshRemoteWorkspaceInfo()
95

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected