MCPcopy 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
123func DebugNewline() {
124 if isDebug() {
125 fmt.Println()
126 }
127}

Callers 3

fullSyncFunction · 0.92
stepSyncFunction · 0.92
sendChangesFunction · 0.92

Calls 1

isDebugFunction · 0.85

Tested by

no test coverage detected