MCPcopy Index your code
hub / github.com/apache/devlake / GetKeyword

Method GetKeyword

backend/server/services/project.go:46–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (query *ProjectQuery) GetKeyword() string {
47 if query != nil && query.Keyword != nil {
48 return strings.ToLower(*query.Keyword)
49 }
50 return ""
51}
52
53// GetProjects returns a paginated list of Projects based on `query`
54func GetProjects(query *ProjectQuery) ([]*models.ApiOutputProject, int64, errors.Error) {

Callers 1

GetProjectsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected