MCPcopy Create free account
hub / github.com/datumbrain/niimbot-d110-api / copyOutput

Function copyOutput

python.go:32–37  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

30}
31
32func copyOutput(r io.Reader) {
33 scanner := bufio.NewScanner(r)
34 for scanner.Scan() {
35 fmt.Println(scanner.Text())
36 }
37}

Callers 1

runPythonScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected