File.cp-exclamation-mark

You're seeing just the function cp-exclamation-mark, go back to File module for more information.
Link to this function

cp!(source_file, destination_file, callback \\ fn _, _ -> true end)

View Source

Specs

cp!(Path.t(), Path.t(), (Path.t(), Path.t() -> boolean())) :: :ok

The same as cp/3, but raises a File.CopyError exception if it fails. Returns :ok otherwise.