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

Method UpdateOrganizationID

coderd/audit/request.go:56–58  ·  view source on GitHub ↗

UpdateOrganizationID can be used if the organization ID is not known at the initiation of an audit log request.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

54// UpdateOrganizationID can be used if the organization ID is not known
55// at the initiation of an audit log request.
56func (r *Request[T]) UpdateOrganizationID(id uuid.UUID) {
57 r.params.OrganizationID = id
58}
59
60type BackgroundAuditParams[T Auditable] struct {
61 Audit Auditor

Callers 4

createWorkspaceFunction · 0.80
tasksCreateMethod · 0.80
taskUpdateInputMethod · 0.80
patchChatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected