Toolshed.Misc.save_value

You're seeing just the function save_value, go back to Toolshed.Misc module for more information.
Link to this function

save_value(value, path, inspect_opts \\ [])

View Source

Save a value to a file as Elixir terms

Examples

# Save the contents of SystemRegistry to a file
iex> SystemRegistry.match(:_) |> save_value("/root/sr.txt")
:ok