Anantha Kumaran
Results
13
issues of
Anantha Kumaran

```elixir @spec assert_part_value!(any) :: :ok | no_return defp assert_part_value!(%maybe_stream{}) when maybe_stream in [IO.Stream, File.Stream, Stream], do: :ok ``` The assert_part_value! function checks if the argument is a stream, but it...