We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248a8de commit 7560e91Copy full SHA for 7560e91
lib/protobuf/text.ex
@@ -26,6 +26,7 @@ defmodule Protobuf.Text do
26
Doesn't perform type validations. If input data is invalid, it produces
27
undecodable output.
28
"""
29
+ @doc since: "0.15.0"
30
@spec encode(struct(), Keyword.t()) :: binary()
31
def encode(%mod{} = struct, opts \\ []) do
32
max_line_width = Keyword.get(opts, :max_line_width, 80)
0 commit comments