Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ stdinAvailable
Function
stdinAvailable
tools/kafka-console-producer/kafka-console-producer.go:157–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
func
stdinAvailable() bool {
158
stat, _ := os.Stdin.Stat()
159
return
(stat.Mode() & os.ModeCharDevice) == 0
160
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected