Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dnote/dnote
/ DebugNewline
Function
DebugNewline
pkg/cli/log/log.go:123–127 ·
view source on GitHub ↗
DebugNewline prints a newline only in debug mode
()
Source
from the content-addressed store, hash-verified
121
122
// DebugNewline prints a newline only in debug mode
123
func
DebugNewline() {
124
if
isDebug() {
125
fmt.Println()
126
}
127
}
Callers
3
fullSync
Function · 0.92
stepSync
Function · 0.92
sendChanges
Function · 0.92
Calls
1
isDebug
Function · 0.85
Tested by
no test coverage detected