Mix.Release.make_cookie

You're seeing just the function make_cookie, go back to Mix.Release module for more information.
Link to this function

make_cookie(release, path)

View Source

Specs

make_cookie(t(), Path.t()) :: :ok

Copies the cookie to the given path.

If a cookie option was given, we compare it with the contents of the file (if any), and ask the user if they want to override.

If there is no option, we generate a random one the first time.