MCPcopy
hub / github.com/c-bata/go-prompt / Log

Function Log

internal/debug/log.go:49–52  ·  view source on GitHub ↗

Log to output message

(msg string)

Source from the content-addressed store, hash-verified

47
48// Log to output message
49func Log(msg string) {
50 calldepth := 2
51 writeWithSync(calldepth, msg)
52}

Callers 6

RunMethod · 0.92
InputMethod · 0.92
readBufferMethod · 0.92
handleSignalsMethod · 0.92
handleSignalsMethod · 0.92
CompleteMethod · 0.92

Calls 1

writeWithSyncFunction · 0.85

Tested by

no test coverage detected