MCPcopy
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
157func stdinAvailable() bool {
158 stat, _ := os.Stdin.Stat()
159 return (stat.Mode() & os.ModeCharDevice) == 0
160}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected