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

Method Check

enterprise/audit/filter.go:27–27  ·  view source on GitHub ↗
(ctx context.Context, alog database.AuditLog)

Source from the content-addressed store, hash-verified

25// Filters produce a FilterDecision for a given audit log.
26type Filter interface {
27 Check(ctx context.Context, alog database.AuditLog) (FilterDecision, error)
28}
29
30// DefaultFilter is the default filter used when exporting audit logs. It allows

Callers 7

ResolveRequestFunction · 0.65
IssueMethod · 0.65
Test_RequestValidateFunction · 0.65
FromRequestFunction · 0.65
IssueMethod · 0.65
TestAuditorFunction · 0.65
ExportMethod · 0.65

Implementers 1

Requestcoderd/workspaceapps/request.go

Calls

no outgoing calls

Tested by 2

Test_RequestValidateFunction · 0.52
TestAuditorFunction · 0.52