MCPcopy Create free account

hub / github.com/bluesky-social/statusphere-example-app / functions

Functions39 in github.com/bluesky-social/statusphere-example-app

↓ 16 callersFunctiongetDb
()
lib/db/index.ts:8
↓ 5 callersFunctiongetOAuthClient
()
lib/auth/client.ts:52
↓ 2 callersFunctiongetSession
()
lib/auth/session.ts:5
↓ 2 callersFunctioninsertStatus
(data: StatusTable)
lib/db/queries.ts:61
↓ 2 callersFunctionsetCurrStatus
(tx: Transaction<DatabaseSchema>, did: string)
lib/db/queries.ts:108
↓ 1 callersFunctiondeleteAccount
(did: string)
lib/db/queries.ts:102
↓ 1 callersFunctiondeleteStatus
(uri: AtUri)
lib/db/queries.ts:80
↓ 1 callersFunctiongetAccountHandle
(did: string)
lib/db/queries.ts:7
↓ 1 callersFunctiongetAccountStatus
(did: string)
lib/db/queries.ts:26
↓ 1 callersFunctiongetClientMetadata
()
lib/auth/client.ts:21
↓ 1 callersFunctiongetDid
()
lib/auth/session.ts:17
↓ 1 callersFunctiongetKeyset
()
lib/auth/client.ts:44
↓ 1 callersFunctiongetMigrator
()
lib/db/migrations.ts:52
↓ 1 callersFunctiongetRecentStatuses
(limit = 5)
lib/db/queries.ts:38
↓ 1 callersFunctiongetTap
()
lib/tap/index.ts:7
↓ 1 callersFunctiongetTopStatuses
(limit = 10)
lib/db/queries.ts:49
↓ 1 callersFunctionhandleSelect
(emoji: string)
components/StatusPicker.tsx:21
↓ 1 callersFunctionmain
()
scripts/gen-key.ts:3
↓ 1 callersFunctionmain
()
scripts/migrate.ts:3
↓ 1 callersFunctiontimeAgo
(dateString: string)
app/page.tsx:100
↓ 1 callersFunctionupsertAccount
(data: AccountTable)
lib/db/queries.ts:89
FunctionGET
(request: NextRequest)
app/oauth/callback/route.ts:6
FunctionGET
()
app/oauth-client-metadata.json/route.ts:7
FunctionHome
()
app/page.tsx:12
FunctionLoginForm
()
components/LoginForm.tsx:5
FunctionLogoutButton
()
components/LogoutButton.tsx:5
FunctionPOST
(request: NextRequest)
app/oauth/login/route.ts:4
FunctionPOST
()
app/oauth/logout/route.ts:5
FunctionPOST
(request: NextRequest)
app/api/status/route.ts:7
FunctionPOST
(request: NextRequest)
app/api/webhook/route.ts:14
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:20
FunctionStatusPicker
({ currentStatus }: StatusPickerProps)
components/StatusPicker.tsx:14
Functiondel
(key: string)
lib/auth/client.ts:80
Functiondown
(db: Kysely<unknown>)
lib/db/migrations.ts:43
Functionget
(key: string)
lib/auth/client.ts:60
FunctionhandleLogout
()
components/LogoutButton.tsx:8
FunctionhandleSubmit
(e: React.FormEvent)
components/LoginForm.tsx:10
Functionset
(key: string, value: NodeSavedState)
lib/auth/client.ts:69
Functionup
(db: Kysely<unknown>)
lib/db/migrations.ts:7