MCPcopy Create free account
hub / github.com/coder/coder / NewNop

Function NewNop

coderd/audit/audit.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func NewNop() Auditor {
28 return nop{}
29}
30
31type nop struct{}
32

Callers 3

NewFunction · 0.92
NewOptionsFunction · 0.92
nopAuditorPtrFunction · 0.92

Calls

no outgoing calls

Tested by 1

nopAuditorPtrFunction · 0.74