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

Struct nop

coderd/connectionlog/connectionlog.go:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type nop struct{}
18
19func NewNop() ConnectionLogger {
20 return nop{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected