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

Function OrganizationMembersQueryOptionIncludeSystem

codersdk/users.go:777–781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

775}
776
777func OrganizationMembersQueryOptionIncludeSystem() OrganizationMembersQueryOption {
778 return func(query *OrganizationMembersQuery) {
779 query.IncludeSystem = true
780 }
781}
782
783func OrganizationMembersQueryOptionGithubUserID(githubUserID int64) OrganizationMembersQueryOption {
784 return func(query *OrganizationMembersQuery) {

Callers 1

TestListMembersFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestListMembersFunction · 0.74