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

Function logoutServerSession

apps/web/src/bridge/http-bridge.ts:258–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256}
257
258function logoutServerSession(): Promise<ServerSessionStatus> {
259 return jsonRequest<ServerSessionStatus>('/session/logout', {
260 method: 'POST'
261 })
262}
263
264function getRemoteWorkspaceInfo(): Promise<RemoteWorkspaceInfo | null> {
265 return Promise.resolve(null)

Callers

nothing calls this directly

Calls 1

jsonRequestFunction · 0.85

Tested by

no test coverage detected