MCPcopy
hub / github.com/SurgeDM/Surge / TestDebug_HandlesEmptyMessage

Function TestDebug_HandlesEmptyMessage

internal/utils/debug_test.go:58–62  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

56}
57
58func TestDebug_HandlesEmptyMessage(t *testing.T) {
59 // Debug should handle empty messages gracefully
60 utils.Debug("")
61 utils.Debug(" ")
62}
63
64func TestDebug_MultipleArguments(t *testing.T) {
65 // Test with various argument types

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.92

Tested by

no test coverage detected