Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Andreaswt/ai-video-sentiment-saas
/ functions
Functions
21 in github.com/Andreaswt/ai-video-sentiment-saas
⨍
Functions
21
◇
Types & classes
3
↓ 1 callers
Function
checkAndUpdateQuota
( userId: string, deductFromQuota: boolean = true, )
src/lib/quota.ts:3
↓ 1 callers
Function
createPrismaClient
()
src/server/db.ts:5
↓ 1 callers
Function
getAverageScores
()
src/components/client/Inference.tsx:43
↓ 1 callers
Function
handleUpload
(file: File)
src/components/client/UploadVideo.tsx:18
↓ 1 callers
Function
registerUser
(data: SignupSchema)
src/actions/auth.ts:8
Function
CodeExamples
()
src/components/client/code-examples.tsx:5
Function
CopyButton
({ text }: { text: string })
src/components/client/copy-button.tsx:6
Function
HomePage
()
src/app/page.tsx:10
Function
Inference
({ quota }: InferenceProps)
src/components/client/Inference.tsx:40
Function
LoginPage
()
src/app/login/page.tsx:11
Function
POST
(req: Request)
src/app/api/upload-url/route.ts:7
Function
POST
(req: Request)
src/app/api/sentiment-inference/route.ts:13
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
src/app/layout.tsx:12
Function
SignOutButton
()
src/components/client/signout.tsx:7
Function
SignupPage
()
src/app/signup/page.tsx:12
Function
UploadVideo
({ apiKey, onAnalysis }: UploadVideoProps)
src/components/client/UploadVideo.tsx:12
Function
authorize
(credentials)
src/server/auth/config.ts:47
Function
handleCopy
()
src/components/client/copy-button.tsx:9
Function
handleSignOut
()
src/components/client/signout.tsx:10
Function
onSubmit
(data: SignupSchema)
src/app/signup/page.tsx:26
Function
onSubmit
(data: LoginSchema)
src/app/login/page.tsx:23