MCPcopy Index your code
hub / github.com/coder/coder / Deleted

Method Deleted

coderd/database/dbfake/builder.go:49–53  ·  view source on GitHub ↗
(deleted bool)

Source from the content-addressed store, hash-verified

47}
48
49func (b OrganizationBuilder) Deleted(deleted bool) OrganizationBuilder {
50 //nolint: revive // returns modified struct
51 b.delete = deleted
52 return b
53}
54
55func (b OrganizationBuilder) Seed(seed database.Organization) OrganizationBuilder {
56 //nolint: revive // returns modified struct

Callers 2

TestSyncOrganizationsFunction · 0.80
TestOrganizationSyncFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestSyncOrganizationsFunction · 0.64
TestOrganizationSyncFunction · 0.64