MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / GetUser

Method GetUser

internal/users/store.go:92–92  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

90 // User CRUD
91 UpsertUser(user User) (User, error)
92 GetUser(id string) (User, error)
93 GetUserBySubToken(token string) (User, error)
94 GetUserByStripeCustomerID(customerID string) (User, error)
95 ListUsers() ([]User, error)

Callers 15

RunFunction · 0.95
SyncSubscriptionsFunction · 0.65
renewExistingUserMethod · 0.65
handleInvoicePaidMethod · 0.65
handleUserMethod · 0.65
handleUpdateUserMethod · 0.65
handleUserInboundsMethod · 0.65
handleUserCredentialsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected