Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
func
Log(msg string) {
50
calldepth := 2
51
writeWithSync(calldepth, msg)
52
}
Callers
6
Run
Method · 0.92
Input
Method · 0.92
readBuffer
Method · 0.92
handleSignals
Method · 0.92
handleSignals
Method · 0.92
Complete
Method · 0.92
Calls
1
writeWithSync
Function · 0.85
Tested by
no test coverage detected