MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / CollectionName

Method CollectionName

internal/models/base.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7type Model interface {
8 CollectionName() string
9}
10
11type BaseModel struct {

Callers 14

NewOAuthServiceFunction · 0.65
NewPromptServiceFunction · 0.65
NewReverseCommentServiceFunction · 0.65
NewUsageServiceFunction · 0.65
NewProjectServiceFunction · 0.65
NewChatServiceFunction · 0.65
NewChatServiceV2Function · 0.65
NewUserServiceFunction · 0.65
NewAIClientV2Function · 0.65

Implementers 10

OAuthinternal/models/oauth.go
Promptinternal/models/prompt.go
Conversationinternal/models/conversation.go
Commentinternal/models/comment.go
HourlyUsageinternal/models/usage.go
WeeklyUsageinternal/models/usage.go
LifetimeUsageinternal/models/usage.go
Projectinternal/models/project.go
Userinternal/models/user.go
FunctionCallinternal/models/function_calls.go

Calls

no outgoing calls