Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
type
Model
interface
{
8
CollectionName() string
9
}
10
11
type
BaseModel
struct
{
Callers
14
NewOAuthService
Function · 0.65
NewPromptService
Function · 0.65
NewReverseCommentService
Function · 0.65
NewUsageService
Function · 0.65
NewProjectService
Function · 0.65
NewChatService
Function · 0.65
NewChatServiceV2
Function · 0.65
TestTrackUsage_FailedCompletion
Function · 0.65
TestTrackUsage_FailedThenSuccess
Function · 0.65
TestTrackUsage_ZeroCostNoOp
Function · 0.65
NewUserService
Function · 0.65
NewAIClientV2
Function · 0.65
Implementers
10
OAuth
internal/models/oauth.go
Prompt
internal/models/prompt.go
Conversation
internal/models/conversation.go
Comment
internal/models/comment.go
HourlyUsage
internal/models/usage.go
WeeklyUsage
internal/models/usage.go
LifetimeUsage
internal/models/usage.go
Project
internal/models/project.go
User
internal/models/user.go
FunctionCall
internal/models/function_calls.go
Calls
no outgoing calls
Tested by
3
TestTrackUsage_FailedCompletion
Function · 0.52
TestTrackUsage_FailedThenSuccess
Function · 0.52
TestTrackUsage_ZeroCostNoOp
Function · 0.52