Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa8f999

Browse files
committed
refactor: add comment to coderd/database/dbmem/dbmem.go
1 parent3e5e40d commitfa8f999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13021,6 +13021,7 @@ func (q *FakeQuerier) GetAuthorizedTemplates(ctx context.Context, arg database.G
1302113021
ifarg.ExactName!=""&&!strings.EqualFold(template.Name,arg.ExactName) {
1302213022
continue
1302313023
}
13024+
// Check if the search query filter 'Deprecated' status matches the template's 'Deprecated' status
1302413025
ifarg.Deprecated.Valid&&arg.Deprecated.Bool!= (template.Deprecated!="") {
1302513026
continue
1302613027
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp