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

Function getServerSession

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

Source from the content-addressed store, hash-verified

245}
246
247function getServerSession(): Promise<ServerSessionStatus> {
248 return jsonRequest<ServerSessionStatus>('/session')
249}
250
251function loginServerSession(token: string): Promise<ServerSessionStatus> {
252 return jsonRequest<ServerSessionStatus>('/session/login', {

Callers

nothing calls this directly

Calls 1

jsonRequestFunction · 0.85

Tested by

no test coverage detected