MCPcopy Index your code
hub / github.com/gotify/server / GetApplicationsByUser

Method GetApplicationsByUser

plugin/manager.go:37–37  ·  view source on GitHub ↗
(userID uint)

Source from the content-addressed store, hash-verified

35 CreateApplication(application *model.Application) error
36 UpdateApplication(app *model.Application) error
37 GetApplicationsByUser(userID uint) ([]*model.Application, error)
38 GetApplicationByToken(token string) (*model.Application, error)
39}
40

Callers 5

initializeForUserMethod · 0.65
TestApplicationMethod · 0.65
TestMigrateSortKeyFunction · 0.65
Test_AppsMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 4

TestApplicationMethod · 0.52
TestMigrateSortKeyFunction · 0.52
Test_AppsMethod · 0.52