Lacca.read_stdout

You're seeing just the function read_stdout, go back to Lacca module for more information.

Specs

read_stdout(pid()) :: {:ok, String.t()}

Returns {:ok, binary} which includes any data received from the child's stdout file descriptor. Note that the internal buffer is then cleared, such that subsequent reads will not return this same data again.