Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
copyOutput(r io.Reader) {
33
scanner := bufio.NewScanner(r)
34
for
scanner.Scan() {
35
fmt.Println(scanner.Text())
36
}
37
}
Callers
1
runPythonScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected