Toolshed.Misc.save_term-exclamation-mark
You're seeing just the function
save_term-exclamation-mark
, go back to Toolshed.Misc module for more information.
Specs
Save an Erlang term to the filesystem for easy loading later
This function returns the value
passed in to allow easy piping.
Examples
#
iex> :sys.get_state(MyServer) |> save_term!("/root/my_server.term")
# Reboot board
iex> :sys.replace_state(&load_term!("/root/my_server.term"))