func()
in
main/logger.go [18:20]
3
lines of code
1
McCabe index (conditional complexity)
func (n *NoopWriter) Write(p []byte) (int, error) { return len(p), nil }