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

Method diff

coderd/audit/audit.go:16–16  ·  view source on GitHub ↗
(old, newVal any)

Source from the content-addressed store, hash-verified

14type Auditor interface {
15 Export(ctx context.Context, alog database.AuditLog) error
16 diff(old, newVal any) Map
17}
18
19type AdditionalFields struct {

Callers 11

DiffFunction · 0.65
DeploymentBannerViewFunction · 0.65
shortRelativeTimeFunction · 0.65
getMaxDeadlineChangeFunction · 0.65
schedule.test.tsFile · 0.65
estimateFinishFunction · 0.65
WorkspaceNotificationsFunction · 0.65
CreateTokenFormFunction · 0.65
WeekPickerFunction · 0.65

Implementers 2

nopcoderd/audit/audit.go
MockAuditorcoderd/audit/audit.go

Calls

no outgoing calls

Tested by

no test coverage detected