Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
NewNop() Auditor {
28
return
nop{}
29
}
30
31
type
nop
struct
{}
32
Callers
3
New
Function · 0.92
NewOptions
Function · 0.92
nopAuditorPtr
Function · 0.92
Calls
no outgoing calls
Tested by
1
nopAuditorPtr
Function · 0.74